|
@@ -16,12 +16,9 @@
|
|
<view class="logo-pic tn-shadow">
|
|
<view class="logo-pic tn-shadow">
|
|
|
|
|
|
<view class="logo-image">
|
|
<view class="logo-image">
|
|
- <!-- <tn-avatar src="../../static/me2.png" :badge="true" size="xl" badgeIcon="star"></tn-avatar> -->
|
|
|
|
|
|
|
|
<image v-if="personInfo.profilePhotoUrl" class="tn-shadow-blur" style="width: 140rpx;height: 140rpx;background-size: cover;" :src="personInfo.profilePhotoUrl"></image>
|
|
<image v-if="personInfo.profilePhotoUrl" class="tn-shadow-blur" style="width: 140rpx;height: 140rpx;background-size: cover;" :src="personInfo.profilePhotoUrl"></image>
|
|
<image v-if="!personInfo.profilePhotoUrl" class="tn-shadow-blur" style="width: 140rpx;height: 140rpx;background-size: cover;" src="../../static/me2.png"></image>
|
|
<image v-if="!personInfo.profilePhotoUrl" class="tn-shadow-blur" style="width: 140rpx;height: 140rpx;background-size: cover;" src="../../static/me2.png"></image>
|
|
- <!-- <view class="tn-shadow-blur" style="background-image:url('https://cdn.nlark.com/yuque/0/2022/jpeg/280373/1664005699053-assets/web-upload/8645ea3a-e0a9-4422-8364-cc5ede305c9f.jpeg');width: 110rpx;height: 110rpx;background-size: cover;">
|
|
|
|
- </view> -->
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -192,18 +189,6 @@
|
|
</view>
|
|
</view>
|
|
</button>
|
|
</button>
|
|
</tn-list-cell>
|
|
</tn-list-cell>
|
|
- <!-- <tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="callPhoneNumber" data-number="18266666666">
|
|
|
|
- <view class="tn-flex tn-flex-col-center">
|
|
|
|
- <view
|
|
|
|
- class="icon1__item--icon tn-flex tn-flex-row-center tn-flex-col-center" style="color: #7C8191;">
|
|
|
|
- <view class="tn-icon-tel-circle-fill"></view>
|
|
|
|
- </view>
|
|
|
|
- <view class="tn-margin-left-sm tn-flex-1">技术支持</view>
|
|
|
|
- <view
|
|
|
|
- class="tn-margin-left-sm tn-color-cat tn-text-sm tn-padding-left-xs tn-padding-right-xs tn-bg-gray--light tn-round">
|
|
|
|
- 158****8888</view>
|
|
|
|
- </view>
|
|
|
|
- </tn-list-cell> -->
|
|
|
|
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="showInfo()">
|
|
<tn-list-cell :hover="true" :unlined="true" :radius="true" :fontSize="30" @click="showInfo()">
|
|
<view class="tn-flex tn-flex-col-center">
|
|
<view class="tn-flex tn-flex-col-center">
|
|
<view
|
|
<view
|
|
@@ -360,6 +345,7 @@
|
|
// 跳转
|
|
// 跳转
|
|
tn(e) {
|
|
tn(e) {
|
|
if(!uni.getStorageSync('userNo')){
|
|
if(!uni.getStorageSync('userNo')){
|
|
|
|
+ uni.setStorageSync('nextPage',e);
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/login/login',
|
|
url: '/pages/login/login',
|
|
});
|
|
});
|
|
@@ -374,33 +360,6 @@
|
|
url: '/pages/mine/addFeed',
|
|
url: '/pages/mine/addFeed',
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- // 收货地址
|
|
|
|
- navAddress() {
|
|
|
|
- uni.chooseAddress({
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
- // 震动跳转
|
|
|
|
- navThanks(e) {
|
|
|
|
- wx.vibrateShort();
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: '/pages/login/login'
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
- //拨打固定电话
|
|
|
|
- callPhoneNumber() {
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: '/pages/login/login'
|
|
|
|
- })
|
|
|
|
- // uni.makePhoneCall({
|
|
|
|
- // phoneNumber: "18219128888",
|
|
|
|
- // });
|
|
|
|
- },
|
|
|
|
- // 复制开源地址
|
|
|
|
- copySource() {
|
|
|
|
- uni.setClipboardData({
|
|
|
|
- data: "等待上传插件市场",
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
showInfo(){
|
|
showInfo(){
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/login/info?counted=1'
|
|
url: '/pages/login/info?counted=1'
|