This commit is contained in:
2025-02-19 10:05:27 +08:00
parent c85477a45b
commit cdc8a3ed8d
494 changed files with 48626 additions and 7248 deletions

View File

@@ -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({