Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
64a84fd0b7
9 changed files with 19 additions and 17 deletions
  1. 1
      app.json
  2. 10
      pages/moment/info-item/index.wxml
  3. 19
      pages/moment/info-item/index.wxss
  4. 1
      pages/shop/index/index.js
  5. 1
      pages/shop/index/index.wxml
  6. 1
      pages/shop/index/index.wxss
  7. 1
      submodel/pages/shop/index/index.js
  8. 1
      submodel/pages/shop/index/index.wxml
  9. 1
      submodel/pages/shop/index/index.wxss

1
app.json

@ -14,6 +14,7 @@
"pages/home/tab4/index",
"pages/home/tab5/index",
"pages/home/tab6/index",
"pages/shop/index/index",
"pages/shop/create/index",
"pages/shop/detail/index",
"pages/shop/order/index",

10
pages/moment/info-item/index.wxml

@ -11,9 +11,13 @@
<view class="text-sm text-gray" style="margin-left: 16rpx;">{{item.readingQuantity || 0}}次阅读</view>
</view>
</view>
<wux-image width="{{240}}" height="{{180}}" nuit="rpx" src="{{item.imageUrlList[0]}}" mode="aspectFill" wx:if="{{item.imageUrlList.length}}">
<view style="position: relative;width: 240rpx;height: 180rpx;">
<wux-image width="{{240}}" height="{{180}}" nuit="rpx" src="{{item.imageUrlList[0]}}" mode="aspectFill" wx:if="{{item.imageUrlList.length}}">
<image slot="loading" style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
<image slot="error" style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
</wux-image>
<image style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041" wx:else></image>
</wux-image>
<image style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041" wx:else></image>
<view class="type-tags" wx:if="{{item.categoryId}}">{{item.categoryName}}</view>
</view>
</view>

19
pages/moment/info-item/index.wxss

@ -11,14 +11,6 @@
}
.text-title{
/* width: 100%;
height: 140rpx;
font-size: 32rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-wrap: break-word; */
font-size: 32rpx;
display: -webkit-box;
overflow: hidden;
@ -27,4 +19,15 @@
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.type-tags {
background: #33333366;
border-radius: 28rpx;
padding: 4rpx 12rpx;
font-size: 14rpx;
position: absolute;
bottom: 8rpx;
right: 8rpx;
color: var(--white);
}

1
pages/shop/index/index.js

@ -1,4 +1,3 @@
// pages/shop/index/index.js
import { getStoreOverView, getStoreInfo, depositStore } from "../../../api/ztb"
const math = require('../../../utils/math')
const util = require('../../../utils/util')

1
pages/shop/index/index.wxml

@ -1,4 +1,3 @@
<!--pages/shop/index/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">我的店铺</view>
</cu-custom>

1
pages/shop/index/index.wxss

@ -1,4 +1,3 @@
/* pages/shop/index/index.wxss */
.margin-top {
margin-top: 18rpx;
}

1
submodel/pages/shop/index/index.js

@ -1,4 +1,3 @@
// pages/shop/index/index.js
import { getStoreOverView, getStoreInfo, depositStore } from "../../../api/ztb"
const math = require('../../../utils/math')
const util = require('../../../utils/util')

1
submodel/pages/shop/index/index.wxml

@ -1,4 +1,3 @@
<!--pages/shop/index/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">我的店铺</view>
</cu-custom>

1
submodel/pages/shop/index/index.wxss

@ -1,4 +1,3 @@
/* pages/shop/index/index.wxss */
.margin-top {
margin-top: 18rpx;
}

Loading…
Cancel
Save