Commit c353695d by zhangzhen

细节优化

parent 50f316be
...@@ -30,31 +30,31 @@ ...@@ -30,31 +30,31 @@
toolList:[ toolList:[
{ {
name:"验券", name:"验券",
url:config.assetsPath+'/tool_3.png', url:config.assetsPath+'/tool_3_v1.png',
imgUrl: config.assetsPath+'/scan_code_icon.png', imgUrl: config.assetsPath+'/tool_3m_v1.png',
sortName:"验", sortName:"验",
routePath:"/pages/couponCheck/couponCheck", routePath:"/pages/couponCheck/couponCheck",
value:1 value:1
}, },
{ {
name:"开门", name:"开门",
url:config.assetsPath+'/tool_1.png', url:config.assetsPath+'/tool_1_v1.png',
imgUrl: config.assetsPath+'/open_door_icon.png', imgUrl: config.assetsPath+'/tool_1m_v1.png',
sortName:"开", sortName:"开",
value:2 value:2
}, },
{ {
name:"续单", name:"续单",
url:config.assetsPath+'/tool_2.png', url:config.assetsPath+'/tool_2_v1.png',
imgUrl: config.assetsPath+'/order_2_icon.png', imgUrl: config.assetsPath+'/tool_2m_v1.png',
sortName:"续", sortName:"续",
value:3 value:3
}, },
{ {
name:"咨询", name:"咨询",
url:config.assetsPath+'/tool_4.png', url:config.assetsPath+'/tool_4_v1.png',
imgUrl: config.assetsPath+'/zcpt.png', imgUrl: config.assetsPath+'/tool_4m_v1.png',
sortName:"客", sortName:"客",
value:4 value:4
} }
...@@ -178,16 +178,17 @@ ...@@ -178,16 +178,17 @@
align-items: center; align-items: center;
width: 60px; width: 60px;
height: 54px; height: 54px;
border-radius: 20upx 0 0 20upx; border-radius: 12px 0 0 12px;
background: rgba(255, 255, 255, 0.72); // background: rgba(255, 255, 255, 0.72);
// border-top: 1px solid #E40583; // border-top: 1px solid #E40583;
// border-left: 1px solid #E40583; // border-left: 1px solid #E40583;
// border-bottom: 1px solid #E40583; // border-bottom: 1px solid #E40583;
margin: 20rpx 0; margin: 20rpx 0;
transition-property: all; transition:width 2s,height 2s;
transition-timing-function:ease; transition-timing-function:ease;
box-shadow: 0rpx 0rpx 28rpx 0rpx rgba(0,0,0,0.6); box-shadow: 0rpx 0rpx 28rpx 0rpx rgba(0,0,0,0.6);
opacity: 0.9; // opacity: 0.9;
overflow: hidden; overflow: hidden;
.image{ .image{
width: 100%; width: 100%;
...@@ -200,9 +201,9 @@ ...@@ -200,9 +201,9 @@
} }
} }
.active{ .active{
width: 36px; width: 40px;
height:32px; height:40px;
border-radius: 12upx 0 0 12upx; border-radius: 8px 0 0 8px;
opacity: 0.9; opacity: 0.9;
} }
} }
......
...@@ -2,8 +2,8 @@ const CONFIG = { ...@@ -2,8 +2,8 @@ const CONFIG = {
// 开发环境配置 // 开发环境配置
development: { development: {
// assetsPath: 'https://www.coujio.com/wechat_static', // 静态资源路径 // assetsPath: 'https://www.coujio.com/wechat_static', // 静态资源路径
assetsPath: 'https://coujiao.pseer.com/wechat_static', // 静态资源路径 // assetsPath: 'https://coujiao.pseer.com/wechat_static', // 静态资源路径
// assetsPath: 'http://localhost:8211/static', // 静态资源路径 assetsPath: 'http://10.24.5.167:8211/static', // 静态资源路径
// baseUrl: 'https://www.coujio.com/front-api', // 后台接口请求地址 // baseUrl: 'https://www.coujio.com/front-api', // 后台接口请求地址
baseUrl: 'https://coujiao.pseer.com/front-api', // 后台接口请求地址 baseUrl: 'https://coujiao.pseer.com/front-api', // 后台接口请求地址
// baseUrl: 'http://10.24.3.185:8883/front-api', // baseUrl: 'http://10.24.3.185:8883/front-api',
......
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
</uni-popup> </uni-popup>
<uni-popup ref="popupDialog" type="dialog"> <uni-popup ref="popupDialog" type="dialog">
<uni-popup-dialog type="warn" mode="base" title="提示" :content=" warnTip || packageMode[modeIndex2].name + '时长不足,是否接受预定?'" :duration="2000" :before-close="true" @close="onCancleTip" @confirm="onPackageCheck"></uni-popup-dialog> <uni-popup-dialog type="warn" mode="base" title="提示" :content=" warnTip || packageMode[tempPackageIndex].name + '时长不足,是否接受预定?'" :duration="2000" :before-close="true" @close="onCancleTip" @confirm="onPackageCheck"></uni-popup-dialog>
</uni-popup> </uni-popup>
</view> </view>
</template> </template>
...@@ -785,7 +785,7 @@ ...@@ -785,7 +785,7 @@
duration: actualTime/60000, duration: actualTime/60000,
durationType:2 durationType:2
} }
this.warnTip = '闲时套餐,不足3小时,是否预定?'
this.$refs.popupDialog.open(); this.$refs.popupDialog.open();
return return
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment