|
|
@@ -24,7 +24,7 @@
|
|
|
<view class="buy-material-container">
|
|
|
<button class="buy-material-btn" @click="buyProduct()">
|
|
|
<view class="btn-content">
|
|
|
- <text class="btn-text">商城</text>
|
|
|
+ <text class="btn-text">花材绿植</text>
|
|
|
</view>
|
|
|
</button>
|
|
|
</view>
|
|
|
@@ -175,7 +175,7 @@ export default {
|
|
|
},
|
|
|
buyProduct(){
|
|
|
let account = this.option.account?this.option.account:0
|
|
|
- this.$util.pageTo({url:"/pages/home/category?account="+account+'&hdId='+this.hdId+'&id='+this.hdId,type:2})
|
|
|
+ this.$util.pageTo({url:"/pages/item/item?account="+account+'&hdId='+this.hdId,type:2})
|
|
|
},
|
|
|
loginTo() {
|
|
|
let account = this.option.account?this.option.account:0
|