order comment 7.31

This commit is contained in:
2020-07-31 21:47:41 +08:00
parent cdd0105acb
commit ff7c6b358d
10 changed files with 310 additions and 164 deletions

View File

@@ -56,8 +56,8 @@
<view>待支付</view>
</view>
<view @click="toOtherPage('/order/Index?current=2')">
<image src="/static/image/mine/14.png"></image>
<view>已取消</view>
<image src="/static/image/mine/35.png"></image>
<view>待发货</view>
</view>
<view @click="toOtherPage('/order/Index?current=3')">
<image src="/static/image/mine/2.png"></image>
@@ -138,6 +138,10 @@ export default {
onShow() {
this.getUserInfo();
},
// 下拉刷新
onPullDownRefresh() {
this.getUserInfo();
},
onNavigationBarButtonTap() {
this.toOtherPage("/setting/Index");
},
@@ -147,6 +151,7 @@ export default {
if (res.errCode == 0) {
// this.userInfo = res.data.MemberArray;
this.$set(this, 'userInfo', res.data.MemberArray);
uni.stopPullDownRefresh();
}
})
},
@@ -316,7 +321,7 @@ export default {
@include image-size($image-width: 33rpx, $image-height: 36rpx);
}
> view:nth-child(2){
@include image-size($image-width: 39rpx, $image-height: 33rpx);
@include image-size($image-width: 38rpx, $image-height: 32rpx);
}
> view:nth-child(3){
@include image-size($image-width: 41rpx, $image-height: 33rpx);