Compare commits
No commits in common. "ed90876de2a760c2fc7b0d47f80b938de4f61e11" and "911a5ce4c3771af9d16e09557b1625a201ea6c63" have entirely different histories.
ed90876de2
...
911a5ce4c3
|
@ -1,7 +1,5 @@
|
|||
|
||||
let domain = process.env.APP_BASE_URL
|
||||
// let domain = 'http://192.168.1.188:48080'
|
||||
// let domain = 'http://api.cyywl.top'
|
||||
|
||||
module.exports = {
|
||||
// 请求域名 格式: https://您的域名
|
||||
|
|
|
@ -15,10 +15,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="right">
|
||||
<view class="up">
|
||||
<image style="width: ;" src="@/static/images/shop/vip_oneStar.png" mode=""></image>
|
||||
</view>
|
||||
<text>会员等级1级</text>
|
||||
<view class="up"></view>
|
||||
<text>会员等级3级</text>
|
||||
<view class="button">查看权益</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -755,12 +753,9 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
.up {
|
||||
width: 110rpx;
|
||||
height: 110rpx;
|
||||
image {
|
||||
width: 101rpx;
|
||||
height: 110rpx;
|
||||
}
|
||||
width: 90rpx;
|
||||
height: 100rpx;
|
||||
background: #EE5423;
|
||||
}
|
||||
text {
|
||||
font-size: 22rpx;
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
page: 1,
|
||||
list1: [{
|
||||
name: '全部',
|
||||
value: '99'
|
||||
value: ''
|
||||
}, {
|
||||
name: '待付款',
|
||||
value: '0'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue