|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
<!-- 默认头像 --> |
|
|
|
|
<button class="btn_dzhi" @click="oauthUser()"> |
|
|
|
|
<!--授权按钮--> |
|
|
|
|
<image :src="headimgurl" mode="aspectFill" class="pers_box"></image> |
|
|
|
|
<image :src="headimgurl" class="pers_box" mode="aspectFill"></image> |
|
|
|
|
</button> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -31,24 +31,33 @@ |
|
|
|
|
|
|
|
|
|
<view class="mode_com"> |
|
|
|
|
<text class="tit_com">我的应用</text> |
|
|
|
|
<view class="dly_flex hd_pter mt_hb dzhi_bq2" style="background: #fff; padding-bottom: 40rpx; border-radius: 20rpx"> |
|
|
|
|
<view class="dly_flex hd_pter mt_hb dzhi_bq2" |
|
|
|
|
style="background: #fff; padding-bottom: 40rpx; border-radius: 20rpx"> |
|
|
|
|
<view class="w_33" @tap="jump('myReserve')"> |
|
|
|
|
<view class=""><image src="../../static/animg/p_wdpj.png" class="kou_top3" mode="aspectFill"></image></view> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="kou_top3" mode="aspectFill" src="../../static/animg/p_wdpj.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<text class="ht_text">我的预约</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="w_33" @tap="jump('tousu')"> |
|
|
|
|
<view class=""><image src="../../static/animg/p_lyts.png" class="kou_top3" mode="aspectFill"></image></view> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="kou_top3" mode="aspectFill" src="../../static/animg/p_lyts.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<text class="ht_text">我的投诉</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="w_33" @tap="jump('aboutus')"> |
|
|
|
|
<view class=""><image src="../../static/animg/p_gywm.png" class="kou_top3" mode="aspectFill"></image></view> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="kou_top3" mode="aspectFill" src="../../static/animg/p_gywm.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<text class="ht_text">客服电话</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="w_33" @tap="jump('delete')"> |
|
|
|
|
<view class=""><image src="../../static/animg/p_tc.png" class="kou_top3" mode="aspectFill"></image></view> |
|
|
|
|
<view class=""> |
|
|
|
|
<image class="kou_top3" mode="aspectFill" src="../../static/animg/p_tc.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<text class="ht_text">退出登录</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -63,6 +72,7 @@ |
|
|
|
|
<script> |
|
|
|
|
var that; |
|
|
|
|
import aes from '@/common/aes.js'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
that = this; |
|
|
|
@ -292,7 +302,7 @@ export default { |
|
|
|
|
code: res.code |
|
|
|
|
}; |
|
|
|
|
this_.$Request.post(this_.$config.getUserInformation, data).then(res => { |
|
|
|
|
console.log(res) |
|
|
|
|
uni.setStorageSync('unionid', aes.aesMinEncrypt(res.data.openid)); |
|
|
|
|
}) |
|
|
|
|
// uni.request({ |
|
|
|
|
// url: |
|
|
|
@ -529,7 +539,8 @@ export default { |
|
|
|
|
userid: aes.aesDecrypt(uni.getStorageSync('unionid')), |
|
|
|
|
pageType: '' |
|
|
|
|
}; |
|
|
|
|
this.$Request.post(this.$config.imgPushFun, data).then((res) => {}); |
|
|
|
|
this.$Request.post(this.$config.imgPushFun, data).then((res) => { |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|