Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
commit
4565297fe6
|
@ -42,6 +42,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
import { agreement, applyStatus } from "@/api/shopentry";
|
||||
import firstApply from "./FirstApply";
|
||||
import secondApply from "./SecondApply";
|
||||
|
@ -152,8 +153,11 @@ export default {
|
|||
},
|
||||
},
|
||||
mounted() {
|
||||
this.getData("init");
|
||||
this.getArticle();
|
||||
|
||||
this.getData("init");
|
||||
this.getArticle();
|
||||
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
@ -180,7 +184,7 @@ export default {
|
|||
max-height: 500px;
|
||||
::v-deep img{
|
||||
max-width: 100%;
|
||||
max-height: 200px;
|
||||
|
||||
}
|
||||
}
|
||||
.success-page {
|
||||
|
|
|
@ -12,16 +12,11 @@ function resolve(dir) {
|
|||
const assetsCDN = {
|
||||
externals: {
|
||||
vue: 'Vue',
|
||||
'vue-router': 'VueRouter',
|
||||
vuex: 'Vuex',
|
||||
axios: 'axios',
|
||||
|
||||
},
|
||||
css: [],
|
||||
js: [
|
||||
'https://unpkg.com/vue@2.6.11/dist/vue.min.js',
|
||||
'https://unpkg.com/vue-router@3.4.9/dist/vue-router.min.js',
|
||||
'https://unpkg.com/vuex@3.5.1/dist/vuex.min.js',
|
||||
'https://unpkg.com/axios@0.21.0/dist/axios.min.js',
|
||||
'https://cdn.pickmall.cn/cdn/vue.min.js',
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
@ -100,10 +100,10 @@ export default {
|
|||
},
|
||||
handleSelectGoods(item) { // 调起选择商品弹窗
|
||||
if(item) this.selected = item;
|
||||
this.$refs.liliDialog.open('goods', 'single')
|
||||
setTimeout(() => {
|
||||
this.$refs.liliDialog.goodsData = [this.selected]
|
||||
}, 500);
|
||||
this.$refs.liliDialog.flag = true;
|
||||
this.$refs.liliDialog.goodsFlag = true;
|
||||
this.$refs.liliDialog.singleGoods();
|
||||
|
||||
},
|
||||
// 选择商品回调
|
||||
selectedGoodsData(val){
|
||||
|
|
Loading…
Reference in New Issue