团购修改

ymt-groupSet
游梦婷 12 months ago
parent 432f7667f5
commit d464e32946
  1. 11
      pages/welcome/welcome.vue
  2. 4
      subpackages/groupBuyingConfiguration/groupVerify/groupVerify.vue

@ -16,10 +16,13 @@
} }
}, },
onLoad(options) { onLoad(options) {
uni.reLaunch({
url: '/pages/login/login'
}) // uni.reLaunch({
return // // url: '/pages/login/login',
// url: '/subpackages/groupBuyingConfiguration/groupVerify/groupVerify?orderKey='+2925678915731387,
// })
// return
let that = this; let that = this;
/* /*

@ -21,7 +21,7 @@
<view class="dis-flex marb5" > <view class="dis-flex marb5" >
<view class="flex-s0 fcor333 paddtright10 fontwig6">限制</view> <view class="flex-s0 fcor333 paddtright10 fontwig6">限制</view>
<view class="dis-flex flex-1"> <view class="dis-flex flex-1">
<text>{{detailData.astrict}}</text> {{detailData.astrict}}
</view> </view>
</view> </view>
<view class="dis-flex marb5" > <view class="dis-flex marb5" >
@ -76,7 +76,7 @@
<view class=" dis-flex paddleft10"> <view class=" dis-flex paddleft10">
<view class="dot bgb2"></view> <view class="dot bgb2"></view>
<view> <view>
{{detailData.validity || ''}} {{detailData.validity.replace(',','至') || ''}}
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save