This commit is contained in:
@fawn-nine
2024-08-19 17:23:50 +08:00
parent 80a066df95
commit adc44128a2
4 changed files with 1558 additions and 1179 deletions

View File

@@ -378,7 +378,7 @@
"path": "pages/course/chapterDetailAndorid", "path": "pages/course/chapterDetailAndorid",
"style": { "style": {
"navigationBarTitleText": "章节详情", "navigationBarTitleText": "章节详情",
"enablePullDownRefresh": true "enablePullDownRefresh": false
} }
}, },
{ {

File diff suppressed because it is too large Load Diff

View File

@@ -462,47 +462,7 @@
fatherIndex: null, fatherIndex: null,
supportFlag: false, supportFlag: false,
selectGoodsData: {}, selectGoodsData: {},
<<<<<<< .mine buyOptions: [],
buyOptions: [],
=======
buyOptions: [
// {
// icon: 'chat',
// text: '客服'
// },
// {
// icon: 'shop',
// text: '店铺',
// // info: 2,
// infoBackgroundColor: '#007aff',
// infoColor: "#f5f5f5"
// },
// {
// icon: 'cart',
// text: '购物车',
// info: 2
// }
],
>>>>>>> .theirs
customButtonGroup1: [{ customButtonGroup1: [{
with: 200, with: 200,
text: "立即购买", text: "立即购买",
@@ -769,13 +729,8 @@
if (res.code == 0) { if (res.code == 0) {
this.getCourseDescriptionData(); this.getCourseDescriptionData();
// this.$commonJS.showToast(""); // this.$commonJS.showToast("");
<<<<<<< .mine
} }
=======
}
>>>>>>> .theirs
this.$forceUpdate(); this.$forceUpdate();
}); });
} else { } else {

View File

@@ -141,6 +141,7 @@
</template> </template>
<script> <script>
import permission from "@/js_sdk/wa-permission/permission.js"
import $http from '@/config/requestConfig.js'; import $http from '@/config/requestConfig.js';
import { import {
mapState mapState