Commit 0f2e2c72 authored by 石家欣's avatar 石家欣

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/xys/lumastoreapp into dev

parents d614b72d 042c71fc
......@@ -36,11 +36,12 @@
<view class="btns btnboxxj" @tap="Selectiondata(item)" v-if="tabactive==1 && isselect==1">加入活动</view>
<view class="btns btnboxxj" @tap="sold_outfun(item.id,1,index)" v-else-if="tabactive==1">下 架</view>
<view class="btns btnboxxj" @tap="sold_outfun(item.id,0,index)" v-show="tabactive==2">上 架</view>
<view class="btns btnboxxj" @click="setSpecs(item.product_id)" >规格</view>
<view class="btns btnboxdel" @tap="tochanges(item,index)">修 改</view>
</view>
</view>
<video src="" controls></video>
</checkbox-group>
</view>
......@@ -225,7 +226,12 @@
}
},
setSpecs(id){
//处理规格
uni.navigateTo({
url:`/pages/specsShop/specsShop?id=${id}`,
})
},
//交互end
taggletab(inde){
this.tabactive = inde;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment