新增打开微信小程序增加开通会员测试环境

This commit is contained in:
唐明明
2021-09-08 10:02:56 +08:00
parent 4f33cdbceb
commit c0ef48f7cf
11 changed files with 319 additions and 205 deletions

View File

@@ -77,6 +77,7 @@
},
created() {
goods(this.$Route.query.id || 16).then(res=>{
console.log(res)
this.loding = false
this.goodsObj = res
this.identity = res.identity.id || ''
@@ -95,7 +96,7 @@
name: 'Buy',
params: {
skuId: this.goodsObj.skus[0].sku_id,
type : this.identity
qty : this.goodsObj.skus[0].number
}
})
}