提交
This commit is contained in:
@@ -389,6 +389,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- &&this.options.type != 'visitor' -->
|
||||
<view class="goods_nav_box" v-if="!this.$store.state.loadingShow">
|
||||
<uni-goods-nav :fill="true" :options="buyOptions" :button-group="customButtonGroup1"
|
||||
@click="onHandleClickBuy" @buttonClick="onHandleClickBuy1" />
|
||||
@@ -738,10 +739,10 @@
|
||||
if (this.options.type == "visitor") {
|
||||
console.log("this.options.type at line 1090:", this.options.type);
|
||||
uni.showModal({
|
||||
content: "登陆后可购买本商品",
|
||||
confirmText: "去登录",
|
||||
cancelText: "再逛逛",
|
||||
confirmColor: '#018f89', //确定按钮颜色
|
||||
content: "客官请先登录哦~",
|
||||
confirmText: "去登录",
|
||||
cancelText: "再逛逛",
|
||||
confirmColor: "#018f89", //确定按钮颜色
|
||||
success(res) {
|
||||
if (res.confirm) {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user