Merge pull request 'store 8.5' (#119) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/119
This commit was merged in pull request #119.
This commit is contained in:
2020-08-05 17:40:03 +08:00
21 changed files with 688 additions and 101 deletions

View File

@@ -22,8 +22,8 @@
<!-- <view @click="toOtherPage('/mine/GoodsCollection')">
<view>{{ userInfo.member_fav_goods_num || 0 }}</view>
<view>商品收藏</view>
</view>
<view @click="toOtherPage('/mine/StoreCollection')">
</view> -->
<!-- <view @click="toOtherPage('/mine/StoreCollection')">
<view>{{ userInfo.member_fav_store_num || 0 }}</view>
<view>店铺收藏</view>
</view> -->
@@ -248,8 +248,8 @@ export default {
box-sizing: border-box;
padding: 0 30rpx;
display: flex;
justify-content: space-around;
// justify-content: flex-start;
// justify-content: space-between;
justify-content: flex-start;
> view {
margin-right: 80rpx;
text-align: center;