tianyi 2 days ago
parent
commit
056873d352
  1. 5
      package2/login/login.vue
  2. 2
      package2/shop/merchantCenter.vue
  3. 2
      package2/shop/shopOrderList.vue

5
package2/login/login.vue

@ -187,11 +187,12 @@
}, false, true).then((res) => { }, false, true).then((res) => {
if (res.code == 200) { if (res.code == 200) {
// //
this.tui.toast('获取手机号成功'+res.result); this.tui.toast('获取手机号成功'+res.result.mobile);
// phone便使 // phone便使
if (res.result) { if (res.result) {
uni.setStorageSync('mobile', res.result); uni.setStorageSync("hiver_token", res.result.accessToken)
uni.setStorageSync('mobile', res.result.mobile);
} }
} else { } else {
this.tui.toast(res.message || '获取失败'); this.tui.toast(res.message || '获取失败');

2
package2/shop/merchantCenter.vue

@ -65,7 +65,7 @@
待消费 待消费
</view> </view>
</view> </view>
<view class="order33" @tap="goDetail('db',7)"> <view class="order33" @tap="goDetail('db',11)">
<view class="order44"> <view class="order44">
{{shopData.refundCount == undefined?0:shopData.refundCount}} {{shopData.refundCount == undefined?0:shopData.refundCount}}
</view> </view>

2
package2/shop/shopOrderList.vue

@ -238,7 +238,7 @@
pageNum: this.searchForm.pageNum, pageNum: this.searchForm.pageNum,
pageSize: 10, pageSize: 10,
statusList: [0, 3], statusList: [0, 3],
regionId: JSON.parse(uni.getStorageSync('area')).regionId regionId: JSON.parse(uni.getStorageSync('area')).id
} }
if (this.currentIndex == 11) { if (this.currentIndex == 11) {
url = "/mall/refund/page" url = "/mall/refund/page"

Loading…
Cancel
Save