增加自动导入插件,增加积分商城分包

This commit is contained in:
2025-12-09 10:25:39 +08:00
parent d02948a936
commit b76f80ece3
8 changed files with 540 additions and 31 deletions

View File

@@ -21,7 +21,7 @@
</image>
<view class="shop-coverone" :style="{ paddingTop: `${menuInfo.top + menuInfo.height + 25}px`}">
<view class="shop-coveronebox flex-start">
<image src="@/static/shop/weitu.png" mode="aspectFill"></image>
<image src="" mode="aspectFill"></image>
<view style="margin-left: 10rpx;">
当前积分
</view>
@@ -55,12 +55,12 @@
<view class="shop_contentlist flex-between">
<view class="shop_contentlistitem flex-colum-start" @click="clickshopinfo(item)"
v-for="(item,index) in 4" :key="index">
<image class="shop_contentlistitemimage" src="@/static/avatar.png" mode="aspectFill"></image>
<image class="shop_contentlistitemimage" src="" mode="aspectFill"></image>
<view class="shop_contentlistitemone">
澳洲高级洗发水
</view>
<view class="shop_contentlistitemtow flex-start">
<image src="@/static/shop/weitu.png" mode="aspectFill"></image>
<image src="" mode="aspectFill"></image>
<view>
30积分
</view>
@@ -81,7 +81,6 @@
<script>
import _ from 'lodash';
import navbar from '@/uni_modules/uview-ui/libs/config/props/navbar';
export default {
data() {
return {
@@ -216,6 +215,7 @@
display: flex;
align-items: center;
justify-content: center;
$paddingSize: 20upx;
margin-right: $paddingSize;
}
}