Browse Source

上传

master
前端-胡立永 2 months ago
parent
commit
407f022542
7 changed files with 65 additions and 13 deletions
  1. +1
    -1
      config.js
  2. +18
    -7
      pages/index/agreement.vue
  3. +8
    -2
      pages/index/cancelArticle.vue
  4. +3
    -0
      pages/index/introduce.vue
  5. +6
    -1
      pages/index/preAppoint.vue
  6. +2
    -2
      pages/index/title.vue
  7. +27
    -0
      pages_order/info/appoint.vue

+ 1
- 1
config.js View File

@ -16,7 +16,7 @@ const config = {
baseUrl : 'http://h5.xzaiyp.top/answer-api',
},
prod : {
baseUrl : 'https://admin.geniusjourneyclub.com/answer-api',
baseUrl : 'https://answer-api.hhlm1688.com/answer-api',
}
}


+ 18
- 7
pages/index/agreement.vue View File

@ -25,17 +25,23 @@
:class="{active:isActive === '已满18岁'}"
@click="setActive('已满18岁')">{{ '已满18岁' }}</view>
<view class="checkbox" @click="$refs.popup.openkeys()">
<view class="checkbox">
<uv-checkbox-group v-model="checkboxValue">
<view class="flex-center">
<view class="flex-center"
style="flex-wrap: wrap;">
<uv-checkbox
size="40rpx"
icon-size="30rpx"
disabled
activeColor="#ecb864"
:name="1"></uv-checkbox>
<text>已同意</text>
<text @click="$refs.popup.open('privacyAgreement')">隐私政策</text>
<view>我已仔细阅读并已同意以下条款</view>
<text @click="$refs.popup.open('user_ys_one')">全球隐私声明1</text>
<text @click="$refs.popup.open('user_ys_two')">全球隐私声明2</text>
<text @click="$refs.popup.open('user_xy_three')">全球隐私声明3</text>
<text @click="$refs.popup.open('user_xy_four')">全球隐私声明4</text>
</view>
</uv-checkbox-group>
</view>
@ -48,10 +54,12 @@
</view>
<configPopup ref="popup"
<!-- <configPopup ref="popup"
required
:keys="keys"
@success="checkboxValue = [1]"/>
@success="checkboxValue = [1]"/> -->
<configPopup ref="popup"/>
</view>
</template>
@ -143,6 +151,9 @@
}
.checkbox{
margin-top: 460rpx;
text{
color: #1e52ff;
}
}
.uni-color-btn{
width: 80%;


+ 8
- 2
pages/index/cancelArticle.vue View File

@ -38,6 +38,8 @@
</view>
</view>
<text class="second-color">{{ configList.bg_title }}</text>
</view>
</template>
@ -50,13 +52,17 @@
rep : '/pages/index/end',
icon : 'img_3',
title : '提交成功',
stext : '提交成功! 后台正在为您匹配合适的品鉴资源, 我们会在匹配结束后 发送微信推送及电话联系您确认!',
stext : `
后台正在为您匹配合适的品鉴资源, <br>
我们会在匹配结束后 <br>
发送微信推送及电话联系您确认!
`,
},
reservationSuccessful : {
rep : true,
icon : 'img_3',
title : '预约成功',
stext : '提交成功! 后台正在为您匹配合适的品鉴资源, 我们会在匹配结束后 发送微信推送及电话联系您确认!',
stext : '后台正在为您匹配合适的品鉴资源, 我们会在匹配结束后 发送微信推送及电话联系您确认!',
},
},
key : '',


+ 3
- 0
pages/index/introduce.vue View File

@ -88,6 +88,9 @@
}
.article{
margin: 30rpx;
line-height: 45rpx;
font-size: 26rpx;
color: #452814;
}
.uni-color-btn{
margin-top: 100rpx;


+ 6
- 1
pages/index/preAppoint.vue View File

@ -20,7 +20,11 @@
</view>
<view class="stext">
专属品鉴服务 根据您的称号我们为您匹配了专属的单桶品鉴组合, 并且为您提供一次专属上门品鉴服务, 您可以点击下方按钮进行预约
根据您的称号我们为您匹配了专属的单桶品鉴组合,
<br />
并且为您提供一次专属上门品鉴服务,
<br />
您可以点击下方按钮进行预约
</view>
</view>
@ -90,6 +94,7 @@
line-height: 50rpx;
font-size: 26rpx;
color: #777;
text-align: center;
}
}
.btn-list{


+ 2
- 2
pages/index/title.vue View File

@ -86,6 +86,7 @@
.logo{
width: 600rpx;
margin: 150rpx 75rpx;
margin-bottom: 0;
}
.content{
position: relative;
@ -94,9 +95,8 @@
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 0 60rpx;
text-align: center;
width: 600rpx;
width: 750rpx;
margin: 0 auto;
margin-bottom: 50rpx;
z-index: 999;


+ 27
- 0
pages_order/info/appoint.vue View File

@ -58,6 +58,21 @@
type="tel" class="input" style="width: 580rpx;"></input>
</view>
</view>
<picker
mode="region"
@change="bindTimeChange">
<view class="flex-center">
<view class="flex-start-col">
<span>所在地区</span>
<input
:value="form.province + form.city + form.area"
disabled
placeholder="请选择所在地区"
type="text" class="input"
style="width: 580rpx;"></input>
</view>
</view>
</picker>
<view class="flex-center">
<view class="flex-start-col">
<span>详细地址</span>
@ -124,6 +139,9 @@
form : {
username:'',
phone:'',
province : '',
city : '',
area : '',
},
id : 0,
}
@ -235,6 +253,14 @@
}
})
},
//
bindTimeChange(e) {
this.form.province = e.detail.value[0];
this.form.city = e.detail.value[1];
this.form.area = e.detail.value[2];
// this.form.provinceName = e.detail.value[0] + e.detail.value[1] + e.detail.value[2];
},
},
}
</script>
@ -246,6 +272,7 @@
width: 600rpx;
height: 100rpx;
margin: 150rpx 75rpx;
margin-bottom: 50rpx;
}
.content{
position: relative;


Loading…
Cancel
Save