第一版 支付微信

This commit is contained in:
2024-05-24 13:56:13 +08:00
parent b5264dc222
commit 8b74fc1611
98 changed files with 11892 additions and 11711 deletions

View File

@@ -34,7 +34,7 @@
:src="curriculumData.image"
mode="widthFix"
class="headImage"
style="height: auto !important;"
style="height: auto !important"
@click="previewImage(curriculumData.image)"
>
</image>
@@ -51,10 +51,12 @@
>
</view>
<view class="curriulum_box" v-if="curriculumData.content">
<view class="curriulum_box" v-if="curriculumData.content">
<view class="curriulum_title_box">
<view class="curriulum_title">
<view style="font-weight: 600; color: #018f89;margin-bottom: 20rpx;">介绍</view>
<view style="font-weight: 600; color: #018f89; margin-bottom: 20rpx"
>介绍</view
>
<rich-text
v-if="curriculumData.content"
:nodes="curriculumData.content"
@@ -489,6 +491,8 @@ export default {
this.selectGoodsData = this.goodsList[0];
this.$refs.commonSelectGoods.open();
this.show = true;
} else {
this.$commonJS.showToast("此课程暂无购买方式");
}
this.$forceUpdate();