Commit a97350dd authored by 肖健's avatar 肖健

高德api key改为接口获取,删除未使用的支付相关页面

parent 68a06d53
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
"style": { "style": {
"navigationBarTitleText": "搜索商品" "navigationBarTitleText": "搜索商品"
} }
}, }/*,
{ {
"path": "pages/shop/pay", "path": "pages/shop/pay",
"style": { "style": {
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
"style": { "style": {
"navigationBarTitleText": "支付成功" "navigationBarTitleText": "支付成功"
} }
} }*/
] ]
}, },
{ {
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
"navigationBarTitleText": "编辑地址" "navigationBarTitleText": "编辑地址"
} }
}, },
{ /*{
"path": "pages/personal/myOrder", "path": "pages/personal/myOrder",
"style": { "style": {
"navigationBarTitleText": "我的订单" "navigationBarTitleText": "我的订单"
...@@ -235,19 +235,19 @@ ...@@ -235,19 +235,19 @@
"style": { "style": {
"navigationBarTitleText": "订单详情" "navigationBarTitleText": "订单详情"
} }
}, },*/
{ {
"path": "pages/personal/carTime", "path": "pages/personal/carTime",
"style": { "style": {
"navigationBarTitleText": "查看物流" "navigationBarTitleText": "查看物流"
} }
}, },
{ // {
"path": "pages/personal/pull", // "path": "pages/personal/pull",
"style": { // "style": {
"navigationBarTitleText": "申请退款" // "navigationBarTitleText": "申请退款"
} // }
}, // },
{ {
"path": "pages/personal/userInfo", "path": "pages/personal/userInfo",
"style": { "style": {
...@@ -272,12 +272,12 @@ ...@@ -272,12 +272,12 @@
"navigationBarTitleText": "常见问题" "navigationBarTitleText": "常见问题"
} }
}, },
{ /*{
"path": "pages/personal/refundOk", "path": "pages/personal/refundOk",
"style": { "style": {
"navigationBarTitleText": "退款成功" "navigationBarTitleText": "退款成功"
} }
}, },*/
{ {
"path": "pages/personal/instructions", "path": "pages/personal/instructions",
"style": { "style": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="getCarCode"> <!-- <div class="getCarCode">
<div class="get__content"> <div class="get__content">
<div class="content__code"> <div class="content__code">
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
<div class="list"> <div class="list">
<div class="list__item" v-for="(vo,inx) in mallList" :key="inx"> <div class="list__item" v-for="(vo,inx) in mallList" :key="inx">
<image :src="vo.mainImgUrl" class="list__img"></image> <image :src="vo.mainImgUrl" class="list__img"></image>
<!-- <div class="list__img"> &lt;!&ndash; <div class="list__img">
<image :src="vo.img" /> <image :src="vo.img" />
</div> --> </div> &ndash;&gt;
<div class="list__money"> <div class="list__money">
<view class="tag"> <view class="tag">
包邮 包邮
...@@ -66,13 +66,13 @@ ...@@ -66,13 +66,13 @@
</view> </view>
<!-- <u-number-box v-model="mallSelectMap[vo.id]" :min="0" @change="selectMall"> &lt;!&ndash; <u-number-box v-model="mallSelectMap[vo.id]" :min="0" @change="selectMall">
</u-number-box> --> </u-number-box> &ndash;&gt;
<!-- <div class="list__add" @click="add"> &lt;!&ndash; <div class="list__add" @click="add">
<image src="@/static/index/get-car-code2.png" /> <image src="@/static/index/get-car-code2.png" />
</div> --> </div> &ndash;&gt;
</div> </div>
</div> </div>
<u-gap bgColor="transparent" height="160"></u-gap> <u-gap bgColor="transparent" height="160"></u-gap>
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
立即支付 立即支付
</div> </div>
</div> </div>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
export default { export default {
data() { data() {
return { return {
nums: 0, /*nums: 0,
show: false, show: false,
addressShow: false, addressShow: false,
content: "地址不能为空", content: "地址不能为空",
...@@ -169,11 +169,11 @@ ...@@ -169,11 +169,11 @@
countMoney: 0, countMoney: 0,
mallMoney: 0, mallMoney: 0,
mallSelectMap: {}, mallSelectMap: {},
carNo: '', carNo: '',*/
} }
}, },
methods: { methods: {
pay() { /*pay() {
if (!this.addressId) { if (!this.addressId) {
uni.showToast({ uni.showToast({
title: '请添加一个收货地址', title: '请添加一个收货地址',
...@@ -380,21 +380,21 @@ ...@@ -380,21 +380,21 @@
this.mallSelectMap[vo.id] -= 1 this.mallSelectMap[vo.id] -= 1
this.countMoney -= vo.currentPrice this.countMoney -= vo.currentPrice
} }
}, },*/
}, },
onShow() { onShow() {
this.getAddressList() /*this.getAddressList()
this.getMoveCode() this.getMoveCode()
this.getMallList() this.getMallList()*/
}, },
onLoad(option) { onLoad(option) {
this.carNo = option.carNo /*this.carNo = option.carNo*/
}, },
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.getCarCode { /*.getCarCode {
/deep/ .u-modal__content__text { /deep/ .u-modal__content__text {
text-align: center !important; text-align: center !important;
} }
...@@ -787,10 +787,10 @@ ...@@ -787,10 +787,10 @@
height: 22px; height: 22px;
background-color: #FF0000; background-color: #FF0000;
border-radius: 50%; border-radius: 50%;
/* #ifndef APP-NVUE */ !* #ifndef APP-NVUE *!
display: flex; display: flex;
/* #endif */ !* #endif *!
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }*/
</style> </style>
...@@ -135,9 +135,24 @@ ...@@ -135,9 +135,24 @@
list5: [], list5: [],
current: 0, current: 0,
carouselFlag:false, carouselFlag:false,
gaodeKey: '',
} }
}, },
methods: { methods: {
async getGaodeKey() {
let that = this
await that.$http.request({
url:'/system/config/configKey/gaode.key',
method:'get',
data:{},
isFactory:false,
}).then(res => {
that.gaodeKey = res.data.msg
// 在页面加载的时候去判断用户有没有授权地理位置,没授权的话引导用户去设置页手动授权
that.getAuthorize()
})
},
closeCarouselFlag() { closeCarouselFlag() {
this.carouselFlag = false this.carouselFlag = false
}, },
...@@ -381,9 +396,8 @@ ...@@ -381,9 +396,8 @@
longitude + longitude +
',' + ',' +
latitude + latitude +
'&key=c1a7dbdc7b2b9d5cf9a139a2372adc5b&radius=1000&extensions=all', '&key=' + that.gaodeKey + '&radius=1000&extensions=all',
success(res) { success(res) {
console.log(res);
if (res.statusCode === 200) { if (res.statusCode === 200) {
if (res.data.status === '1') { if (res.data.status === '1') {
let addressInfo = res.data let addressInfo = res.data
...@@ -424,9 +438,8 @@ ...@@ -424,9 +438,8 @@
} }
}, },
onLoad(e) { onLoad(e) {
// 在页面加载的时候去判断用户有没有授权地理位置,没授权的话引导用户去设置页手动授权 this.getGaodeKey()
this.getAuthorize()
console.log(e)
if (e.scene) { if (e.scene) {
//获取二维码携带的参数 //获取二维码携带的参数
//扫码后得到的参数 //扫码后得到的参数
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="pay"> <!--<div class="pay">
<div class="address" v-if="addressShow" @click="goAddress"> <div class="address" v-if="addressShow" @click="goAddress">
<div class="address__left"> <div class="address__left">
<div class="right__title"> <div class="right__title">
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
立即支付 立即支付
</div> </div>
</div> </div>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
export default { export default {
data () { data () {
return { return {
//商品id /* //商品id
id: '', id: '',
//商品详情 //商品详情
mallInfo: {}, mallInfo: {},
...@@ -95,11 +95,11 @@ export default { ...@@ -95,11 +95,11 @@ export default {
showAddress: false, showAddress: false,
createOrder: {}, createOrder: {},
orderSubmit: {}, orderSubmit: {},
addressShow: false, addressShow: false,*/
} }
}, },
methods: { methods: {
pay() { /*pay() {
this.createOrder = { this.createOrder = {
addressId: this.addressId, addressId: this.addressId,
commodityList: [{ commodityList: [{
...@@ -224,20 +224,20 @@ export default { ...@@ -224,20 +224,20 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: '/pagesD/pages/personal/addAddress' url: '/pagesD/pages/personal/addAddress'
}); });
}, },*/
}, },
onLoad(option) { onLoad(option) {
this.id = option.id // this.id = option.id
}, },
onShow() { onShow() {
this.getMallInfo() /* this.getMallInfo()
this.getAddressList() this.getAddressList()*/
}, },
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.pay { /*.pay {
padding-top: 40rpx; padding-top: 40rpx;
.add__address { .add__address {
...@@ -488,5 +488,5 @@ export default { ...@@ -488,5 +488,5 @@ export default {
} }
} }
} }*/
</style> </style>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="payOk"> <!-- <div class="payOk">
<div class="ok__icon"> <div class="ok__icon">
<image src="@/static/shop/pay-ok1.png" /> <image src="@/static/shop/pay-ok1.png" />
</div> </div>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div @click="viewId">查看订单</div> <div @click="viewId">查看订单</div>
<div @click="goGhome">返回首页</div> <div @click="goGhome">返回首页</div>
</div> </div>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
} }
}, },
methods: { methods: {
viewId() { /*viewId() {
uni.navigateTo({ uni.navigateTo({
url: '/pagesD/pages/personal/myOrder' url: '/pagesD/pages/personal/myOrder'
}) })
...@@ -35,13 +35,13 @@ export default { ...@@ -35,13 +35,13 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: '/pages/main' url: '/pages/main'
}) })
} }*/
}, },
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.payOk { /*.payOk {
text-align: center; text-align: center;
padding-top: 80rpx; padding-top: 80rpx;
...@@ -100,5 +100,5 @@ export default { ...@@ -100,5 +100,5 @@ export default {
color: #999999; color: #999999;
} }
} }
} }*/
</style> </style>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</u-form-item> </u-form-item>
<u-form-item label="收货地址:" prop="addressInfo.address" borderBottom ref="item1"> <u-form-item label="收货地址:" prop="addressInfo.address" borderBottom ref="item1">
<u--input v-model="model1.addressInfo.address" placeholder="点击选择收货地址" border="none"></u--input> <u--input v-model="model1.addressInfo.address" placeholder="点击选择收货地址" border="none"></u--input>
<span @click.stop="getAuthorize"> <span @click.stop="getGaodeKey">
<span class="app__gps"> <span class="app__gps">
<image src="@/static/my/gps.png"> <image src="@/static/my/gps.png">
</span> </span>
...@@ -96,13 +96,27 @@ ...@@ -96,13 +96,27 @@
trigger: ["blur", "change"], trigger: ["blur", "change"],
}, },
}, },
type: null type: null,
gaodeKey: '',
}; };
}, },
onLoad(e) { onLoad(e) {
this.type = e.type this.type = e.type
}, },
methods: { methods: {
async getGaodeKey() {
let that = this
await that.$http.request({
url:'/system/config/configKey/gaode.key',
method:'get',
data:{},
isFactory:false,
}).then(res => {
that.gaodeKey = res.data.msg
that.getAuthorize()
})
},
goBack() { goBack() {
if (this.type == "myAddress") { if (this.type == "myAddress") {
let pages = getCurrentPages(); let pages = getCurrentPages();
...@@ -200,7 +214,7 @@ ...@@ -200,7 +214,7 @@
longitude + longitude +
',' + ',' +
latitude + latitude +
'&key=c1a7dbdc7b2b9d5cf9a139a2372adc5b&radius=1000&extensions=all', '&key=' + that.gaodeKey +'&radius=1000&extensions=all',
success(res) { success(res) {
//console.log(res); //console.log(res);
if (res.statusCode === 200) { if (res.statusCode === 200) {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</u-form-item> </u-form-item>
<u-form-item label="收货地址:" prop="addressInfo.address" borderBottom ref="item1"> <u-form-item label="收货地址:" prop="addressInfo.address" borderBottom ref="item1">
<u--input v-model="model1.addressInfo.address" placeholder="点击选择收货地址" border="none"></u--input> <u--input v-model="model1.addressInfo.address" placeholder="点击选择收货地址" border="none"></u--input>
<span @click.stop="getAuthorize"> <span @click.stop="getGaodeKey">
<span class="app__gps"> <span class="app__gps">
<image src="@/static/my/gps.png"> <image src="@/static/my/gps.png">
</span> </span>
...@@ -95,9 +95,23 @@ export default { ...@@ -95,9 +95,23 @@ export default {
}, },
//收货地址id //收货地址id
id: '', id: '',
gaodeKey: '',
}; };
}, },
methods: { methods: {
async getGaodeKey() {
let that = this
await that.$http.request({
url:'/system/config/configKey/gaode.key',
method:'get',
data:{},
isFactory:false,
}).then(res => {
that.gaodeKey = res.data.msg
that.getAuthorize()
})
},
goBack() { goBack() {
uni.navigateBack({ uni.navigateBack({
delta: 1 delta: 1
...@@ -224,7 +238,7 @@ export default { ...@@ -224,7 +238,7 @@ export default {
longitude + longitude +
',' + ',' +
latitude + latitude +
'&key=c1a7dbdc7b2b9d5cf9a139a2372adc5b&radius=1000&extensions=all', '&key=' + that.gaodeKey +'&radius=1000&extensions=all',
success(res) { success(res) {
//console.log(res); //console.log(res);
if (res.statusCode === 200) { if (res.statusCode === 200) {
......
<template> <template>
<!-- 我的订单 --> <!-- 我的订单 -->
<view class="my-jd-order"> <view class="my-jd-order">
<view class="box"> <!-- <view class="box">
<text>订单信息请前往京东查看</text> <text>订单信息请前往京东查看</text>
<view class="btn"> <view class="btn">
前往京东查看 前往京东查看
</view> </view>
</view> </view>-->
</view> </view>
</template> </template>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.my-jd-order{ /*.my-jd-order{
width:100%;height:100vh; width:100%;height:100vh;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -38,5 +38,5 @@ ...@@ -38,5 +38,5 @@
background: linear-gradient(to right, #E2241B , #E14A1B); background: linear-gradient(to right, #E2241B , #E14A1B);
} }
} }
} }*/
</style> </style>
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="myOrder"> <!-- <div class="myOrder">
<u-tabs :current='current' :list="list4" lineWidth="30" @change="changeVal" lineColor="#f56c6c" :activeStyle="{ <u-tabs :current='current' :list="list4" lineWidth="30" @change="changeVal" lineColor="#f56c6c" :activeStyle="{
color: 'rgba(241, 37, 27, 1)', color: 'rgba(241, 37, 27, 1)',
fontSize: '32rpx', fontSize: '32rpx',
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
</div> </div>
</scroll-list> </scroll-list>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
export default { export default {
data() { data() {
return { return {
list: [], /* list: [],
option: { option: {
size: 10, size: 10,
auto: true auto: true
...@@ -183,16 +183,16 @@ export default { ...@@ -183,16 +183,16 @@ export default {
orderList: [], orderList: [],
showDelModal: false, showDelModal: false,
deleteId: '', deleteId: '',
delTitle: '确认删除该纪录吗?', delTitle: '确认删除该纪录吗?',*/
} }
}, },
onLoad: function (e) { onLoad: function (e) {
this.$nextTick(() => { /*this.$nextTick(() => {
this.current = Number(e.current) || 0 this.current = Number(e.current) || 0
}) })*/
}, },
methods: { methods: {
// 刷新刷剧 /* // 刷新刷剧
async refresh(paging) { async refresh(paging) {
// 刷新成功 参数对象{list: 当前列表,total: 数据总长度(后端查询的total)} // 刷新成功 参数对象{list: 当前列表,total: 数据总长度(后端查询的total)}
await this.getOrderList() await this.getOrderList()
...@@ -361,7 +361,7 @@ export default { ...@@ -361,7 +361,7 @@ export default {
} }
}); });
}, },*/
}, },
onShow() { onShow() {
//this.load() //this.load()
...@@ -370,7 +370,7 @@ export default { ...@@ -370,7 +370,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.myOrder { /*.myOrder {
uni-view { uni-view {
background: #fff; background: #fff;
} }
...@@ -526,5 +526,5 @@ export default { ...@@ -526,5 +526,5 @@ export default {
} }
} }
} }
} }*/
</style> </style>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="orderDetail"> <!--<div class="orderDetail">
<div class="order__car"> <div class="order__car">
<div> <div>
<image src="@/static/my/car.png" /> <image src="@/static/my/car.png" />
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
{{orderInfo.address}}&emsp;{{orderInfo.detailInfo}} {{orderInfo.address}}&emsp;{{orderInfo.detailInfo}}
</div> </div>
<div class="right__phone"> <div class="right__phone">
<!-- <span>默认</span> --> &lt;!&ndash; <span>默认</span> &ndash;&gt;
<span>{{orderInfo.userName}}</span> <span>{{orderInfo.userName}}</span>
<span>{{orderInfo.telNumber}}</span> <span>{{orderInfo.telNumber}}</span>
</div> </div>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -93,14 +93,14 @@ ...@@ -93,14 +93,14 @@
export default { export default {
data(){ data(){
return { return {
//订单id /*//订单id
orderId: '', orderId: '',
//订单详情 //订单详情
orderInfo: {}, orderInfo: {},*/
} }
}, },
methods: { methods: {
viewCar() { /* viewCar() {
uni.navigateTo({ uni.navigateTo({
url: '/pagesD/pages/personal/carTime?orderId=' + this.orderId url: '/pagesD/pages/personal/carTime?orderId=' + this.orderId
}) })
...@@ -117,19 +117,19 @@ export default { ...@@ -117,19 +117,19 @@ export default {
this.orderInfo = res.data.data this.orderInfo = res.data.data
} }
}) })
}, },*/
}, },
onLoad(e) { onLoad(e) {
this.orderId = e.orderId // this.orderId = e.orderId
}, },
onShow() { onShow() {
this.getOrderInfo() // this.getOrderInfo()
}, },
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.orderDetail { /*.orderDetail {
padding: 40rpx 0rpx; padding: 40rpx 0rpx;
.order__car { .order__car {
...@@ -360,5 +360,5 @@ export default { ...@@ -360,5 +360,5 @@ export default {
} }
} }
} }
} }*/
</style> </style>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="payOk"> <!-- <div class="payOk">
<div class="ok__icon"> <div class="ok__icon">
<image src="@/static/shop/pay-ok1.png" /> <image src="@/static/shop/pay-ok1.png" />
</div> </div>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div @click="viewId">查看订单</div> <div @click="viewId">查看订单</div>
<div @click="goGhome">返回首页</div> <div @click="goGhome">返回首页</div>
</div> </div>
</div> </div>-->
</view> </view>
</template> </template>
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
} }
}, },
methods: { methods: {
viewId() { /*viewId() {
uni.navigateTo({ uni.navigateTo({
url: '/pagesD/pages/personal/myOrder' url: '/pagesD/pages/personal/myOrder'
}) })
...@@ -35,13 +35,13 @@ export default { ...@@ -35,13 +35,13 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: '/pages/main' url: '/pages/main'
}) })
} }*/
}, },
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.payOk { /*.payOk {
text-align: center; text-align: center;
padding-top: 80rpx; padding-top: 80rpx;
...@@ -100,5 +100,5 @@ export default { ...@@ -100,5 +100,5 @@ export default {
color: #999999; color: #999999;
} }
} }
} }*/
</style> </style>
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
"style": { "style": {
"navigationBarTitleText": "搜索商品" "navigationBarTitleText": "搜索商品"
} }
}, }/*,
{ {
"path": "pages/shop/pay", "path": "pages/shop/pay",
"style": { "style": {
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
"style": { "style": {
"navigationBarTitleText": "支付成功" "navigationBarTitleText": "支付成功"
} }
} }*/
] ]
}, },
{ {
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
"navigationBarTitleText": "编辑地址" "navigationBarTitleText": "编辑地址"
} }
}, },
{ /*{
"path": "pages/personal/myOrder", "path": "pages/personal/myOrder",
"style": { "style": {
"navigationBarTitleText": "我的订单" "navigationBarTitleText": "我的订单"
...@@ -205,19 +205,19 @@ ...@@ -205,19 +205,19 @@
"style": { "style": {
"navigationBarTitleText": "订单详情" "navigationBarTitleText": "订单详情"
} }
}, },*/
{ {
"path": "pages/personal/carTime", "path": "pages/personal/carTime",
"style": { "style": {
"navigationBarTitleText": "查看物流" "navigationBarTitleText": "查看物流"
} }
}, },
{ // {
"path": "pages/personal/pull", // "path": "pages/personal/pull",
"style": { // "style": {
"navigationBarTitleText": "申请退款" // "navigationBarTitleText": "申请退款"
} // }
}, // },
{ {
"path": "pages/personal/userInfo", "path": "pages/personal/userInfo",
"style": { "style": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment