Procházet zdrojové kódy

判断是否签到

zhanghui před 2 roky
rodič
revize
f7061db01f
3 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 2 1
      common/js/env.js
  2. 0 1
      pages/index/index.rpx.css
  3. 3 2
      pages/index/index.vue

+ 2 - 1
common/js/env.js

@@ -3,6 +3,7 @@
 // let baseUrl = `https://jje.admin.xinyuekj.com.cn`
 let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
 // let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
+// let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
 
 
 
@@ -13,4 +14,4 @@ export default { //存放变量的容器
 
 	uploadUrl: '/v1/file/put-file'
 
-}
+}

+ 0 - 1
pages/index/index.rpx.css

@@ -50,7 +50,6 @@
 	color: #333333;
 	margin-left: 20rpx;
 	margin-top: 4rpx;
-	display: block;
 }
 
 .tuni-right {

+ 3 - 2
pages/index/index.vue

@@ -64,11 +64,11 @@
 					<image class="serviceProfile" :src="currService.avatar || '/static/ud4.png'"></image>
 					<view class="flex-col justify-end serviceInfo-rigth ">
 						<view class="flex-row justify-between ">
-							<view class="flex-col">
+							<view>
 								<view class="flex-col justify-center ">
 									<text class="servicename">{{currService.serviceObjectName}}</text>
 								</view>
-								<view class="flex-col justify-center ">
+								<view class="">
 									<text v-if="currService.isVip" class="biaoqian">会员客户</text>
 									<text v-else class="biaoqian">现金客户</text>
 								</view>
@@ -95,6 +95,7 @@
 					</view>
 				</view>
 				<view class="flex-col orderMsg">
+
 					<view class="flex-row">
 						<u-icon name="/static/index/quhao.png" size="20"></u-icon>
 						<text class="key">排号:</text>