Forráskód Böngészése

修改眼睛的意思,新增物流信息滚动条,限制处方列表增加

刘拾玖 4 hónapja
szülő
commit
6208e83ba7
3 módosított fájl, 3 hozzáadás és 2 törlés
  1. 1 1
      pages/cfList/index.vue
  2. 1 0
      pages/index/CfLogistics.vue
  3. 1 1
      pages/index/TopCard.vue

+ 1 - 1
pages/cfList/index.vue

@@ -66,7 +66,7 @@
 			console.log("基础信息", res)
 			let _list = res.list
 
-			if (!list.value) {
+			if (queryParams.value.pageNo === 1) {
 				list.value = _list;
 			} else {
 				list.value = list.value.concat(_list);

+ 1 - 0
pages/index/CfLogistics.vue

@@ -68,6 +68,7 @@
 		padding: $uni-spacing-col-s3 $page-row-spacing;
 		height: 100%;
 		box-sizing: border-box;
+		overflow-y: auto;
 
 		.icon {
 			width: 64rpx;

+ 1 - 1
pages/index/TopCard.vue

@@ -5,7 +5,7 @@
 				<image mode="heightFix" src="/static/image/head.png" />
 				<view class="card-top-right">
 					<view class="card-top-right-name">{{info.name}}<text class="iconfont"
-							@click="onClick">{{ showIcon ? '&#xe8bf;' : '&#xe901;' }}</text></view>
+							@click="onClick">{{ showIcon ? '&#xe901;' : '&#xe8bf;' }}</text></view>
 					<view>{{info.addr}}<text class="iconfont" @click="jumpAddress">&#xe6ae;</text></view>
 					<view class="card-top-right-sex">{{info.sex}} | {{info.text}}</view>
 				</view>