wangfukang 1 month ago
parent
commit
bb430d69bc
  1. 20
      pages/index/index.vue

20
pages/index/index.vue

@ -529,17 +529,6 @@
</scroll-view>
</view>
</uni-popup>
<!-- 弹出区域选择 -->
<uni-popup ref="pagesPopup" background-color="#fff">
<view class="popup-area-content" style="height: 1200rpx;overflow: scroll;">
<view class="popup-area-title">
<text>查看页面</text>
</view>
<view class="popup-area-container" v-for="(item,index) in pages" :key="index" @tap="aaaaaaa(item)">
<text style="display: inline-block">{{item.name}}</text>
</view>
</view>
</uni-popup>
<uni-popup ref="productPopup" background-color="transparent">
<view class="product-popup-content">
<view class="product-popup-header">
@ -1229,9 +1218,6 @@
this.swipeOrder.thumbStyle = 'transform: translate3d(' + thumbOffset + 'px, 0, 0); transition: none;'
},
noop() {},
pageshow(){
this.$refs.pagesPopup.open()
},
getOrder(item, index) {
if (!this.requireLogin(0)) {
this.resetSwipeOrder()
@ -1585,12 +1571,6 @@
duration: 200
});
},
//便
aaaaaaa(item) {
uni.navigateTo({
url: item.url
})
},
goSeckillGroup() {
uni.navigateTo({
url: '/package2/seckill/seckillGroup'

Loading…
Cancel
Save