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",
"style": {
"navigationBarTitleText": "章节详情",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{

File diff suppressed because it is too large Load Diff

View File

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

View File

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