| | |
| | | "uniIdRouter": {}, |
| | | "tabBar": { |
| | | "color": "#7A7E83", |
| | | "selectedColor": "#007AFF", |
| | | "selectedColor": "#FEA821", |
| | | "borderStyle": "black", |
| | | "backgroundColor": "#F8F8F8", |
| | | // "iconfontSrc": "static/icon/iconfont.ttf", |
| | |
| | | // "height": "100px", |
| | | "list": [{ |
| | | "pagePath": "pages/takeout/mt", |
| | | "text": "美团券", |
| | | "iconPath": "static/shouye.png", |
| | | "selectedIconPath": "static/shouyeHL.png" |
| | | "text": "美团红包", |
| | | "iconPath": "static/menu/wx_ic_mt.png", |
| | | "selectedIconPath": "static/menu/wx_ic_mt_act.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/takeout/elm", |
| | | "text": "饿了么券", |
| | | "iconPath": "static/shouye.png", |
| | | "selectedIconPath": "static/shouyeHL.png" |
| | | "text": "饿了么红包", |
| | | "iconPath": "static/menu/wx_ic_elm.png", |
| | | "selectedIconPath": "static/menu/wx_ic_elm_act.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/comparePrice/index", |
| | | "iconPath": "static/classify.png", |
| | | "selectedIconPath": "static/classifyHL.png", |
| | | "iconPath": "static/menu/wx_ic_sou.png", |
| | | "selectedIconPath": "static/menu/wx_ic_sou_act.png", |
| | | "text": "搜优惠券" |
| | | }, |
| | | { |
| | | "pagePath": "pages/movieTicket/index", |
| | | "iconPath": "static/classify.png", |
| | | "selectedIconPath": "static/classifyHL.png", |
| | | "iconPath": "static/menu/wx_ic_mov.png", |
| | | "selectedIconPath": "static/menu/wx_ic_mov_act.png", |
| | | "text": "电影票" |
| | | } |
| | | /* { |
| | |
| | | <template> |
| | | <navigator hover-class="none" :url="url"> |
| | | <button >点击购买电影票</button> |
| | | </navigator> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | url:'plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=168446038420202' |
| | | } |
| | | }, |
| | | onShow(opt) { |
| | | console.log(opt); |
| | | }, |
| | | onLoad() { |
| | | uni.navigateTo({ |
| | | url:'plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=xxx223' |
| | | uni.navigateTo({ |
| | | url:this.url |
| | | }) |
| | | }, |
| | | methods: {} |
| | |
| | | }, |
| | | toMt() |
| | | { |
| | | uni.redirectTo({ |
| | | url:'./mt?dfgtoken='+'' |
| | | uni.switchTab({ |
| | | url:'./mt' |
| | | }) |
| | | }, |
| | | shareClick() { |
| | |
| | | }) |
| | | }, |
| | | toElm() { |
| | | uni.redirectTo({ |
| | | url: './elm?dfgtoken=' +'' |
| | | uni.switchTab({ |
| | | url: './elm' |
| | | }) |
| | | }, |
| | | shareClick() { |
| | |
| | | }, |
| | | "tabBar": { |
| | | "color": "#7A7E83", |
| | | "selectedColor": "#007AFF", |
| | | "selectedColor": "#FEA821", |
| | | "borderStyle": "black", |
| | | "backgroundColor": "#F8F8F8", |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/takeout/mt", |
| | | "text": "美团券", |
| | | "iconPath": "static/shouye.png", |
| | | "selectedIconPath": "static/shouyeHL.png" |
| | | "text": "美团红包", |
| | | "iconPath": "static/menu/wx_ic_mt.png", |
| | | "selectedIconPath": "static/menu/wx_ic_mt_act.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/takeout/elm", |
| | | "text": "饿了么券", |
| | | "iconPath": "static/shouye.png", |
| | | "selectedIconPath": "static/shouyeHL.png" |
| | | "text": "饿了么红包", |
| | | "iconPath": "static/menu/wx_ic_elm.png", |
| | | "selectedIconPath": "static/menu/wx_ic_elm_act.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/comparePrice/index", |
| | | "iconPath": "static/classify.png", |
| | | "selectedIconPath": "static/classifyHL.png", |
| | | "iconPath": "static/menu/wx_ic_sou.png", |
| | | "selectedIconPath": "static/menu/wx_ic_sou_act.png", |
| | | "text": "搜优惠券" |
| | | }, |
| | | { |
| | | "pagePath": "pages/movieTicket/index", |
| | | "iconPath": "static/classify.png", |
| | | "selectedIconPath": "static/classifyHL.png", |
| | | "iconPath": "static/menu/wx_ic_mov.png", |
| | | "selectedIconPath": "static/menu/wx_ic_mov_act.png", |
| | | "text": "电影票" |
| | | } |
| | | ] |
| | |
| | | const common_vendor = require("../../common/vendor.js"); |
| | | const _sfc_main = { |
| | | data() { |
| | | return {}; |
| | | return { |
| | | url: "plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=168446038420202" |
| | | }; |
| | | }, |
| | | onShow(opt) { |
| | | console.log(opt); |
| | | }, |
| | | onLoad() { |
| | | common_vendor.index.navigateTo({ |
| | | url: "plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=xxx223" |
| | | url: this.url |
| | | }); |
| | | }, |
| | | methods: {} |
| | | }; |
| | | function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
| | | return {}; |
| | | return { |
| | | a: $data.url |
| | | }; |
| | | } |
| | | const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/OPProject/TK_H5_Web/pages/movieTicket/index.vue"]]); |
| | | wx.createPage(MiniProgramPage); |
| | |
| | | <navigator hover-class="none" url="{{a}}"><button>点击购买电影票</button></navigator> |
| | |
| | | }); |
| | | }, |
| | | toMt() { |
| | | common_vendor.index.redirectTo({ |
| | | url: "./mt?dfgtoken=" |
| | | common_vendor.index.switchTab({ |
| | | url: "./mt" |
| | | }); |
| | | }, |
| | | shareClick() { |
| | |
| | | }); |
| | | }, |
| | | toElm() { |
| | | common_vendor.index.redirectTo({ |
| | | url: "./elm?dfgtoken=" |
| | | common_vendor.index.switchTab({ |
| | | url: "./elm" |
| | | }); |
| | | }, |
| | | shareClick() { |