作者 韩昌

gaibug

... ... @@ -32,7 +32,8 @@
<view class="flexA" style="margin-right: 68rpx">
<u-icon name="thumb-up" color="#484848" size="22"></u-icon>
<view class="graytext mine-centertext">用户评价</view>
<view class="mine-righttext">{{ UserInfo?.star || 0 }}{{ ![0, '0', '', null, undefined].includes(UserInfo?.star) ? '.0' : '' }}</view>
<!-- <view class="mine-righttext">{{ UserInfo?.star || 0 }}{{ ![0, '0', '', null, undefined].includes(UserInfo?.star) ? '.0' : '' }}</view> -->
<view class="mine-righttext">{{ UserInfo?.star || 0 }}</view>
</view>
<view class="flexA">
<u-icon name="clock" color="#484848" size="18"></u-icon>
... ...
... ... @@ -45,8 +45,8 @@ export default {
picture2: '',
show: false,
ControlsList: [
{ title: '微信', imgUrl: '/static/images/wechat.png', type: 'wechat' },
{ title: '朋友圈', imgUrl: '/static/images/puq.png', type: 'puq' },
// { title: '微信', imgUrl: '/static/images/wechat.png', type: 'wechat' },
// { title: '朋友圈', imgUrl: '/static/images/puq.png', type: 'puq' },
{ title: '保存图片', imgUrl: '/static/images/download.png', type: 'download' }
],
qrCodeDetail: {},
... ...