Browse Source

修改样式

master
guoxing 2 years ago
parent
commit
2ad85a7639
  1. 9
      mallplusui-uniapp-app/pages/index/index.vue
  2. 6
      mallplusui-uniapp-app/pages/index/user.vue
  3. 3
      mallplusui-uniapp-app/pagesA/build/community.vue
  4. 4
      mallplusui-uniapp-app/pagesA/product/product.vue
  5. BIN
      mallplusui-uniapp-app/static/logo.png

9
mallplusui-uniapp-app/pages/index/index.vue

@ -107,7 +107,7 @@
</scroll-view>
</view>
</view>
<view class="f-header m-t" @click="navToTabPage('../../pagesC/store/storeList')">
<!-- <view class="f-header m-t" @click="navToTabPage('../../pagesC/store/storeList')">
<image src="/static/temp/nav1.png"></image>
<view class="tit-box">
<text class="tit">农店推荐</text>
@ -122,7 +122,7 @@
<image v-else src="/static/missing-face.png"></image>
<text>{{ item1.name |formatLongText }}</text>
</view>
</view>
</view> -->
<!-- 优惠券 https://s.click.taobao.com/OPh3c1w -->
<coupon v-for="(item, index) in couponList" :key="index" v-bind:item="item" theme="#ff0000"></coupon>
@ -133,7 +133,6 @@
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">精品团购</text>
<text class="tit2">Boutique Group Buying</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -165,7 +164,6 @@
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">分类精选</text>
<text class="tit2">Competitive Products For You</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -195,7 +193,6 @@
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">新品推荐</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -218,7 +215,6 @@
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">人气推荐</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -240,7 +236,6 @@
<image src="/static/temp/h1.png"></image>
<view class="tit-box">
<text class="tit">新品上市</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>

6
mallplusui-uniapp-app/pages/index/user.vue

@ -129,14 +129,14 @@
title="社区主页"
@eventClick="navTo('../../pagesA/build/community')"
></list-cell>
<list-cell
<!-- <list-cell
icon="icon-pinglun-copy"
iconColor="#0e68d7"
title="我的邀请码"
:tips="userDetailInfo.id + ''"
@eventClick="navTo('../../pagesU/user/invite')"
></list-cell>
<list-cell icon="icon-pinglun-copy" iconColor="#0e68d7" v-if="!userDetailInfo.invitecode" title="推荐邀请码" @eventClick="inputShowModal('invitecode')"></list-cell>
></list-cell> -->
<!-- <list-cell icon="icon-pinglun-copy" iconColor="#0e68d7" v-if="!userDetailInfo.invitecode" title="推荐邀请码" @eventClick="inputShowModal('invitecode')"></list-cell> -->
<list-cell icon="icon-shezhi1" iconColor="#e07472" title="系统设置" border="" @eventClick="navTo('/pages/set/set')"></list-cell>
<!-- <list-cell icon="icon-shezhi1" iconColor="#e07472" title="test" border="" @eventClick="navTo('/pages/search/test')"></list-cell> -->
</view>

3
mallplusui-uniapp-app/pagesA/build/community.vue

@ -55,7 +55,6 @@
<image src="/static/temp/nav1.png"></image>
<view class="tit-box">
<text class="tit">周边社区</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -72,7 +71,6 @@
<image src="/static/temp/fasfausers.png"></image>
<view class="tit-box">
<text class="tit">社区团购</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>
@ -81,7 +79,6 @@
<image src="/static/temp/fasfa-truck.png"></image>
<view class="tit-box">
<text class="tit">社区特供</text>
<text class="tit2">Guess You Like It</text>
</view>
<text class="yticon icon-you"></text>
</view>

4
mallplusui-uniapp-app/pagesA/product/product.vue

@ -14,9 +14,9 @@
<text class="price-tip">¥</text>
<text class="price" v-if="goods.vipPrice && goods.vipPrice > 0">{{ (goods.price * goods.memberRate) / 10 }}</text>
<text class="price" v-else-if="!goods.vipPrice">{{ goods.price }}</text>
<text class="m-price" v-if="!goods.vipPrice">¥{{ goods.originalPrice }}</text>
<text class="m-price" v-if="!goods.vipPrice">县区商超价{{ goods.originalPrice }}</text>
<text class="m-price" v-else-if="goods.vipPrice && goods.vipPrice > 0">¥{{ goods.price }}</text>
<text class="price" v-if="goods.isFenxiao == 1 && goods.fenxiaoPrice > 0">佣金 ¥{{ goods.fenxiaoPrice }}</text>
<text class="price" v-if="goods.isFenxiao == 1 && goods.fenxiaoPrice > 0">节省 ¥{{ goods.fenxiaoPrice }}</text>
<text class="coupon-tip" v-if="goods.memberRate && goods.memberRate != 10">会员折扣{{ goods.memberRate }}</text>
</view>
<view class="bot-row">

BIN
mallplusui-uniapp-app/static/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 288 KiB

Loading…
Cancel
Save