Просмотр исходного кода

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 лет назад
Родитель
Сommit
8c265e62e6
3 измененных файлов с 4 добавлено и 5 удалено
  1. 1 1
      config.js
  2. 2 3
      pagesMy/assets/index.vue
  3. 1 1
      pagesMy/assets/info.vue

+ 1 - 1
config.js

@@ -10,7 +10,7 @@ if (system.uniPlatform == 'mp-weixin') {
 }
 export default {
 	serverUrl: 'https://broadcast.waityou24.cn',
-	// serverUrl: 'http://192.168.223.1:12111',
+	// serverUrl: 'http://192.168.223.1:12211',
 	wx_projectkey: wx_projectkey,
 	wx_miniProgram: wx_min.miniProgram,
 	wx_dev: '', // /dev

+ 2 - 3
pagesMy/assets/index.vue

@@ -19,7 +19,7 @@
 									<view class="time">{{item.time}}</view>
 								</view>
 								<view class="other_2">
-									<view class="money">{{item.money}}</view>
+									<view class="money">+{{item.money}}</view>
 									<text class="iconfont icon-jiantouyou"></text>
 								</view>
 							</view>
@@ -231,6 +231,7 @@
 					align-items: center;
 
 					.other_1 {
+						width: 60vw;
 						font-size: var(--font16Size);
 						margin: 0 0 1vw 0;
 
@@ -244,8 +245,6 @@
 					.other_2 {
 						display: flex;
 						align-items: center;
-						width: 10vw;
-
 						.money {
 							font-size: var(--font18Size);
 							font-weight: bold;

+ 1 - 1
pagesMy/assets/info.vue

@@ -4,7 +4,7 @@
 			<view class="info">
 				<view class="one">
 					<view class="left">返现金额</view>
-					<view class="right">{{info.money}}</view>
+					<view class="right">+{{info.money}}</view>
 				</view>
 				<view class="two">
 					<view class="left">状态</view>