Commit b76b30fa authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents fa75047a 7e83de21
......@@ -8,17 +8,15 @@
<view class="twoBxo">
<text class="one-text">{{ shopCardData.grade }}推荐</text>
<!-- <text class="two-text">¥30/人</text> -->
<text class="three-text">销量1265</text>
<text class="three-text">销量{{ shopCardData.monthSoldNum }}</text>
<text class="four-text">1.2km</text>
</view>
<view class="threeBox">
<image class="img2" src="../../static/index/test2.png" mode="aspectFill" />
<text class="one-text">味道浓郁,食材新鲜,童年的老味道</text>
<image class="img2" :src="shopCardData.evaluationVos[0]?.avatar" mode="aspectFill" />
<text class="one-text">{{ shopCardData.evaluationVos[0]?.evaluation }}</text>
</view>
<view class="labelBox">
<view>卤味爱好者最佳选择</view>
<view>免费wifi</view>
<view>服务态度很好</view>
<view v-for="(item, index) in shopCardData.labels" :key="index">{{ item }}</view>
</view>
</view>
</view>
......
......@@ -41,7 +41,7 @@ export default defineConfig({
// 代理配置
proxy: {
'/api': {
target: 'http://test2.rhhzkj.com:8080',
target: 'http://test.rhhzkj.com:8080',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
......
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