jiazhipeng 4 months ago
parent
commit
8332617f00
  1. 2
      manifest.json
  2. 2
      pages/index/index.vue
  3. 2
      static/js/CommonFunction.js

2
manifest.json

@ -50,7 +50,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx5be1fe6ef11841cd",
"appid" : "wx699ed131345cf8dd",
"setting" : {
"urlCheck" : false,
"es6" : true,

2
pages/index/index.vue

@ -87,7 +87,7 @@
},
//
onHide() {
this.getLocation()
// this.getLocation()
},
onReady() {
this.sendRequest()

2
static/js/CommonFunction.js

@ -251,7 +251,7 @@ Vue.prototype.gotoWebUrl = url => {
Vue.prototype.gotoDetailByType = item => {
let url = ''
if(item.is_package) {
url = '/subPackages/food/detail?id=' + item.product_id
url = '/subPackages/food/detail?id=' + (item.product_id || item.id)
Vue.prototype.gotoPath(url)
return;

Loading…
Cancel
Save