新增页面路由和home页面修改
This commit is contained in:
parent
50ad914807
commit
c44e5469f4
@ -203,7 +203,6 @@
|
|||||||
</uni-col>
|
</uni-col>
|
||||||
</uni-row>
|
</uni-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</uni-drawer>
|
</uni-drawer>
|
||||||
<map :style="{width: '100%',height:height}" show-location id="mapRef" ref="mapRef" :scale="scale"
|
<map :style="{width: '100%',height:height}" show-location id="mapRef" ref="mapRef" :scale="scale"
|
||||||
|
|||||||
@ -124,6 +124,11 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "退款申请"
|
"navigationBarTitleText": "退款申请"
|
||||||
}
|
}
|
||||||
|
},{
|
||||||
|
"path": "OrderDetailsPage",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "订单明细"
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user