Compare commits

..

No commits in common. "ed90876de2a760c2fc7b0d47f80b938de4f61e11" and "911a5ce4c3771af9d16e09557b1625a201ea6c63" have entirely different histories.

4 changed files with 6 additions and 13 deletions

View File

@ -1,7 +1,5 @@
let domain = process.env.APP_BASE_URL let domain = process.env.APP_BASE_URL
// let domain = 'http://192.168.1.188:48080'
// let domain = 'http://api.cyywl.top'
module.exports = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名

View File

@ -15,10 +15,8 @@
</view> </view>
</view> </view>
<view class="right"> <view class="right">
<view class="up"> <view class="up"></view>
<image style="width: ;" src="@/static/images/shop/vip_oneStar.png" mode=""></image> <text>会员等级3级</text>
</view>
<text>会员等级1级</text>
<view class="button">查看权益</view> <view class="button">查看权益</view>
</view> </view>
</view> </view>
@ -755,12 +753,9 @@
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: center;
.up { .up {
width: 110rpx; width: 90rpx;
height: 110rpx; height: 100rpx;
image { background: #EE5423;
width: 101rpx;
height: 110rpx;
}
} }
text { text {
font-size: 22rpx; font-size: 22rpx;

View File

@ -112,7 +112,7 @@
page: 1, page: 1,
list1: [{ list1: [{
name: '全部', name: '全部',
value: '99' value: ''
}, { }, {
name: '待付款', name: '待付款',
value: '0' value: '0'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB