xiaoe_mp_npm 0.5.20 → 0.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -379,16 +379,16 @@ Component({
379
379
  },
380
380
  gotoPayRecords() {
381
381
  // 屏蔽订单入口
382
- this.copyDialog()
383
- // let ENV_NAME = this.properties.ENV_NAME
384
- // console.log("ENV_NAME", ENV_NAME)
385
- // let h5Url = encodeURIComponent(`https://${this.properties.aliveInfo.app_id}.h5${ENV_NAME ? `.${ENV_NAME}` : '' }.xiaoeknow.com/v1/usercenter/order/order_list?order_state=1&unique_type=elive`)
386
- // let search = `?h5_url=${h5Url}`
387
- // wx.setStorageSync('unique_type', 'elive')
388
- // wx &&
389
- // wx.navigateTo({
390
- // url: "/pages/goodsDetail/index" + search,
391
- // })
382
+ // this.copyDialog()
383
+
384
+ // 跳转内嵌H5订单列表入口
385
+ let ENV_NAME = this.properties.ENV_NAME
386
+ let h5Url = encodeURIComponent(`https://${this.properties.aliveInfo.app_id}.h5${ENV_NAME ? `.${ENV_NAME}` : '' }.xiaoeknow.com/v1/usercenter/order/order_list?order_state=1&unique_type=elive`)
387
+ let search = `?h5_url=${h5Url}`
388
+ wx.setStorageSync('unique_type', 'elive')
389
+ wx.navigateTo({
390
+ url: "/pages/goodsDetail/index" + search,
391
+ })
392
392
  },
393
393
  copyDialog(e) {
394
394
  let ENV_NAME = this.properties.ENV_NAME
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.20",
3
+ "version": "0.5.21",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -379,16 +379,16 @@ Component({
379
379
  },
380
380
  gotoPayRecords() {
381
381
  // 屏蔽订单入口
382
- this.copyDialog()
383
- // let ENV_NAME = this.properties.ENV_NAME
384
- // console.log("ENV_NAME", ENV_NAME)
385
- // let h5Url = encodeURIComponent(`https://${this.properties.aliveInfo.app_id}.h5${ENV_NAME ? `.${ENV_NAME}` : '' }.xiaoeknow.com/v1/usercenter/order/order_list?order_state=1&unique_type=elive`)
386
- // let search = `?h5_url=${h5Url}`
387
- // wx.setStorageSync('unique_type', 'elive')
388
- // wx &&
389
- // wx.navigateTo({
390
- // url: "/pages/goodsDetail/index" + search,
391
- // })
382
+ // this.copyDialog()
383
+
384
+ // 跳转内嵌H5订单列表入口
385
+ let ENV_NAME = this.properties.ENV_NAME
386
+ let h5Url = encodeURIComponent(`https://${this.properties.aliveInfo.app_id}.h5${ENV_NAME ? `.${ENV_NAME}` : '' }.xiaoeknow.com/v1/usercenter/order/order_list?order_state=1&unique_type=elive`)
387
+ let search = `?h5_url=${h5Url}`
388
+ wx.setStorageSync('unique_type', 'elive')
389
+ wx.navigateTo({
390
+ url: "/pages/goodsDetail/index" + search,
391
+ })
392
392
  },
393
393
  copyDialog(e) {
394
394
  let ENV_NAME = this.properties.ENV_NAME