lilei vor 4 Jahren
Ursprung
Commit
5ef663fc7c
4 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      pages/checkOut/checkOut.vue
  2. 2 2
      pages/userCenter/ldDetailed.vue
  3. BIN
      static/bued.png
  4. BIN
      static/tudi.png

+ 1 - 1
pages/checkOut/checkOut.vue

@@ -34,7 +34,7 @@
 			<u-button @click="handlePay" type="success" >确认支付</u-button>
 		</view>
 		 <!-- 确认支付弹窗 -->
-		 <u-popup mode="center" closeable @close="closeModal" v-model="showPayModal" width="600rpx" >
+		 <u-popup mode="center" closeable @close="closeModal" negative-top="150" v-model="showPayModal" width="600rpx" >
 			<view class="slot-content">
 				<view class="slot-title">请输入支付密码</view>
 				<view class="text-cont">

+ 2 - 2
pages/userCenter/ldDetailed.vue

@@ -12,8 +12,8 @@
 					<text class="cell-item-month" v-if="timeScope == 'threeMonth'">{{item.month}}</text>
 					<view class="cell-item-main" v-for="(subItem, ind) in item.monthDataList" :key="ind">
 						<view :class="['cell-item-pic']">
-							<u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="90rpx" height="90rpx" src="/static/tudi.png"></u-image>
-							<u-image mode="scaleToFill" v-else shape="circle" width="90rpx" height="90rpx" src="/static/bued.png"></u-image>
+							<u-image mode="scaleToFill" v-if="subItem.changeType == 'ADD'" shape="circle" width="70rpx" height="70rpx" src="/static/tudi.png"></u-image>
+							<u-image mode="scaleToFill" v-else shape="circle" width="70rpx" height="70rpx" src="/static/bued.png"></u-image>
 						</view>
 						<view class="cell-item-c">
 							<text class="cell-item-des">{{subItem.operateTypeDictValue||'--'}}</text>

BIN
static/bued.png


BIN
static/tudi.png