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