Commit 6642fe00b5cb7e29d9e1f0f0565e01e99c0cfac2

Authored by zhiyangdu
1 parent c0c5718e

init

src/main.js
... ... @@ -83,7 +83,7 @@ import 'url-search-params-polyfill';
83 83 Vue.config.productionTip = false;
84 84  
85 85 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
86   -Vue.prototype.mode = "prod";
  86 +Vue.prototype.mode = "test";
87 87  
88 88 // 微信JS-SDK对象
89 89 Vue.prototype.jweixin = {
... ...
src/pages/index/index.vue
... ... @@ -53,7 +53,7 @@
53 53 link(index){
54 54 // 区分app内点击还是app外点击
55 55 if(this.isCNLive.value){
56   - this.$parent.callAppCallback()
  56 + this.$parent.callAppModal()
57 57 }else {
58 58 var items;
59 59 if(index==1){
... ...