1

parent 974bde4e
......@@ -27,7 +27,7 @@
"qrcode": "^1.5.3",
"vue": "^3.3.11",
"vue-i18n": "^9.1.9",
"wot-design-uni": "^1.2.26"
"wot-design-uni": "^1.3.7"
},
"devDependencies": {
"@dcloudio/types": "^3.3.2",
......@@ -16271,9 +16271,9 @@
}
},
"node_modules/wot-design-uni": {
"version": "1.2.26",
"resolved": "https://registry.npmmirror.com/wot-design-uni/-/wot-design-uni-1.2.26.tgz",
"integrity": "sha512-y2YL1lHobRWAJ+22E9G9lNLLIChQ8JY9loOt30PRQJ/izvd5qc+2+BqXCKlFquk2y+2qA75TEfJ/MsaESnYExA==",
"version": "1.3.7",
"resolved": "https://registry.npmmirror.com/wot-design-uni/-/wot-design-uni-1.3.7.tgz",
"integrity": "sha512-6saE25F/TiefYUJrtCpDYgNZTZ2W9llTNufSHZ8EMeX5JXyRTDdsDPYBVv367AxrSQsXCjZacG0RWIk2MIEdQA==",
"engines": {
"HBuilderX": "^3.8.7"
},
......
......@@ -45,7 +45,14 @@
<text class="tj">推荐</text>
</view>
<view class="score-icon">
<myRate :score="shopInfo.grade" />
<wd-rate
color="#fff"
readonly
v-model="shopInfo.grade"
size="22rpx"
space="8rpx"
:active-color="['#FA5151']"
/>
</view>
</view>
<view class="shop-business-hours">
......@@ -172,7 +179,14 @@
<text>{{ item.nickName }}</text>
<view class="u-pf">
<text>{{ item.descriptionMatches }}</text>
<myRate color="#FA5151" :score="item.descriptionMatches" />
<wd-rate
color="#fff"
readonly
v-model="item.descriptionMatches"
size="18rpx"
space="8rpx"
:active-color="['#FA5151']"
/>
</view>
</view>
</view>
......@@ -299,7 +313,6 @@ import {
addImgUrlPrefix,
navigationSelect,
} from '@/utils/common';
import myRate from '@/Components/Rating/Rating.vue';
const imgUrl = import.meta.env.VITE_APP_IMG_URL;
const current = ref(0);
const old = reactive({ scrollTop: 0 });
......@@ -308,8 +321,6 @@ const activeId = ref(1);
const shopInfo = ref({});
// 店铺轮播图
const shopSwiperList = ref([]);
// 当前位置的经纬度-// 店铺的经纬度
const currentLatitudeAndLongitude = ref({ latitude: 0, longitude: 0 });
// 店铺经纬度
const shopLocation = ref({ lat: 0, lon: 0 });
// 团购商品列表
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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