liudan 1 year ago
parent 3a57267626
commit b2479d4cb5
  1. 2
      androidPrivacy.json
  2. 14
      pages.json
  3. 8
      pages/mine.vue
  4. 2
      user/pages/stored/list.vue
  5. 1
      utils/index.js

@ -1,5 +1,5 @@
{
"version" : "10.0.0",
"version" : "11.0.0",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的位置信息、设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://xixi-api.njrenzhou.cn/information.html\">《服务协议》</a>和<a href=\"https://xixi-api.njrenzhou.cn/protocol.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",

@ -229,13 +229,13 @@
"navigationBarTitleText": "我的邀请码"
}
},
// {
// "path": "pages/stored/list",
// "style": {
// "navigationBarTitleText": "余额充值",
// "enablePullDownRefresh": true
// }
// },
{
"path": "pages/stored/list",
"style": {
"navigationBarTitleText": "余额充值",
"enablePullDownRefresh": true
}
},
{
"path": "pages/stored/commission",
"style": {

@ -57,9 +57,9 @@
<view class="mt-md" style="height: 72rpx" v-else></view> -->
</view>
</view>
<!-- <auth :needAuth="userInfo && (!userInfo.phone || !userInfo.nickName)" :must="true" v-if="userPageType == 1"
<auth :needAuth="userInfo && (!userInfo.phone || !userInfo.nickName)" :must="true" v-if="userPageType == 1"
:type="!userInfo.phone ? 'phone' : 'userInfo'" @go="$util.goUrl({ url: `/user/pages/stored/list` })"
> -->
>
<!-- <view
class=" flex-between ml-sm mr-lg pt-lg pb-lg pl-md pr-sm fill-base f-caption c-desc box-shadow radius-16 ">
<view>
@ -71,11 +71,11 @@
<i class="iconfont iconchongzhi" :style="{color:primaryColor}"></i>
</view>
</view> -->
<!-- <view class="chongzhi">
<view class="chongzhi">
<text>充值加倍送立即充值</text>
<image src="../static/arrow.png" mode=""></image>
</view>
</auth> -->
</auth>
<view class="" v-if="userPageType == 2">
<view style="padding-top:113upx;font-size: 36upx;color:#ffffff;text-align:center;position:relative">首页
<text style="position:absolute;font-size: 30rpx;color:#ffffff;right:25upx;top:120upx" @click="mygroup">我的团队</text>

@ -177,6 +177,7 @@
} = await this.$api.mine.payBalanceOrder({
card_id
})
this.$util.hideAll()
if (pay_list) {
try {
@ -185,6 +186,7 @@
await this.getMineInfo()
this.$util.back()
} catch (e) {
console.log(e,"===")
this.lockTap = false;
return;
}

@ -468,6 +468,7 @@ export default {
"provider": "wxpay",
"orderInfo": JSON.stringify(info)
});
console.log(err,res)
// #endif
// #ifndef H5
if (err) {

Loading…
Cancel
Save