Commit bd4cb2c5 authored by 潘永坪's avatar 潘永坪

样式处理

parent 5525234a
...@@ -8,7 +8,7 @@ import commonjs from 'common/common.js' ...@@ -8,7 +8,7 @@ import commonjs from 'common/common.js'
Vue.prototype.$commonjs = commonjs Vue.prototype.$commonjs = commonjs
Vue.prototype.$request = request Vue.prototype.$request = request
Vue.prototype.$wxurl = 'https://wx.pangdly.com/#/' Vue.prototype.$wxurl = 'https://lx.pangdly.com/#/'
Vue.prototype.imageError ='@/static/img/common/pangdingLogo.png' Vue.prototype.imageError ='@/static/img/common/pangdingLogo.png'
Vue.use(uView) Vue.use(uView)
uni.$u.config.unit = 'rpx' uni.$u.config.unit = 'rpx'
......
...@@ -331,15 +331,15 @@ ...@@ -331,15 +331,15 @@
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
} }
}, },
// { {
// "path": "vlogface/vlogface", "path": "vlogface/vlogface",
// "style": { "style": {
// "navigationBarTitleText": "扫脸获取视频", "navigationBarTitleText": "扫脸获取视频",
// "enablePullDownRefresh": false, "enablePullDownRefresh": false,
// "navigationBarBackgroundColor": "#ffffff", "navigationBarBackgroundColor": "#ffffff",
// "navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
// } }
// }, },
{ {
"path": "scenicList/scenicList", "path": "scenicList/scenicList",
"style": { "style": {
...@@ -461,14 +461,14 @@ ...@@ -461,14 +461,14 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
// { {
// "path": "getPortrait", "path": "getPortrait",
// "style": { "style": {
// "navigationBarTitleText": "获取人像", "navigationBarTitleText": "获取人像",
// "enablePullDownRefresh": false, "enablePullDownRefresh": false,
// "navigationStyle": "custom" "navigationStyle": "custom"
// } }
// }, },
{ {
"path": "myPhotoAlbum/myPhotoAlbum", "path": "myPhotoAlbum/myPhotoAlbum",
"style": { "style": {
......
...@@ -585,7 +585,7 @@ export default { ...@@ -585,7 +585,7 @@ export default {
} else { } else {
//普通票 //普通票
uni.navigateTo({ uni.navigateTo({
url: '/pages/scenic/scenicOrder/scenicOrder'+ query url: '/pages/scenic/scenicSingleOrder/scenicSingleOrder'+ query
}) })
} }
} else { } else {
...@@ -684,6 +684,9 @@ export default { ...@@ -684,6 +684,9 @@ export default {
margin-top: 24rpx; margin-top: 24rpx;
padding: 24rpx; padding: 24rpx;
} }
.merchant label{
width: 100%;
}
.merchant label.off .product { .merchant label.off .product {
background: #f3f3f3; background: #f3f3f3;
color: #999999; color: #999999;
......
...@@ -585,7 +585,7 @@ export default { ...@@ -585,7 +585,7 @@ export default {
} else { } else {
//普通票 //普通票
uni.navigateTo({ uni.navigateTo({
url: '/pages/scenic/scenicOrder/scenicOrder'+ query url: '/pages/scenic/scenicSingleOrder/scenicSingleOrder'+ query
}) })
} }
} else { } else {
...@@ -684,6 +684,9 @@ export default { ...@@ -684,6 +684,9 @@ export default {
margin-top: 24rpx; margin-top: 24rpx;
padding: 24rpx; padding: 24rpx;
} }
.merchant label{
width: 100%;
}
.merchant label.off .product { .merchant label.off .product {
background: #f3f3f3; background: #f3f3f3;
color: #999999; color: #999999;
......
...@@ -389,6 +389,7 @@ export default { ...@@ -389,6 +389,7 @@ export default {
sortInforPop: false, //一个站点时获取排队信息弹窗 sortInforPop: false, //一个站点时获取排队信息弹窗
showChooseArea: false, //控制选择站点弹窗显示隐藏 showChooseArea: false, //控制选择站点弹窗显示隐藏
defaultAreaCode:'',//默认站点 defaultAreaCode:'',//默认站点
numberSync:true,//数量和联系人同步
} }
}, },
onLoad(option) { onLoad(option) {
......
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
<text> <text>
身份证: 身份证:
</text> </text>
<input v-model.trim="credentialNumber" maxlength="18" placeholder="请输入身份证号码,必填" /> <input type="idcard" v-model.trim="credentialNumber" maxlength="18" placeholder="请输入身份证号码,必填" />
</view> </view>
<view> <view>
<text> <text>
联系电话: 联系电话:
</text> </text>
<input v-model.trim="phone" maxlength="11" placeholder="用于接收行程信息" /> <input type="number" v-model.trim="phone" maxlength="11" placeholder="用于接收行程信息" />
</view> </view>
<view> <view>
<a class="complete" @click="keepSave()">完成</a> <a class="complete" @click="keepSave()">完成</a>
......
<template> <template>
<!-- 临时用,后面需要把代码放入老页面 -->
<view class="orderBox"> <view class="orderBox">
<view class="head"> </view> <view class="head"> </view>
<view class="middle"> <view class="middle">
......
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