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
|
-
|
|
384
|
-
//
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
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
|
@@ -379,16 +379,16 @@ Component({
|
|
|
379
379
|
},
|
|
380
380
|
gotoPayRecords() {
|
|
381
381
|
// 屏蔽订单入口
|
|
382
|
-
this.copyDialog()
|
|
383
|
-
|
|
384
|
-
//
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
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
|