This commit is contained in:
parent
e6c7f1e99c
commit
c484e6997a
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
||||||
|
|
@ -393,6 +393,8 @@
|
||||||
this.orderInfo = await this.getOrderInfo();
|
this.orderInfo = await this.getOrderInfo();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// options.outTradeNo = "10050_20260608161529904_10018"
|
||||||
|
options.outTradeNo = "10044_20260608164234963_1884228"
|
||||||
if(options.outTradeNo) {
|
if(options.outTradeNo) {
|
||||||
// app进入的
|
// app进入的
|
||||||
this.fromApp = true;
|
this.fromApp = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue