|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<view class="box">
|
|
|
- <image style="width: 100%;"
|
|
|
- src="https://yossys06593.obs.cn-east-3.myhuaweicloud.com:443/202404111712812810046B1fbafed9.png" mode="widthFix"
|
|
|
- lazy-load="true" />
|
|
|
+ <image style="width: 100%;height: 100%;"
|
|
|
+ src="https://yossys06593.obs.cn-east-3.myhuaweicloud.com:443/202404111712812810046B1fbafed9.png"
|
|
|
+ lazy-load="true" mode="aspectFill" />
|
|
|
<view class="function">
|
|
|
<view class="cn-title">预约免费设计</view>
|
|
|
<view class="en-title">Appointment Free Design</view>
|
|
@@ -45,10 +45,16 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- submit(){
|
|
|
+ submit() {
|
|
|
console.log(this.name)
|
|
|
console.log(this.phoneNumber)
|
|
|
console.log(this.address)
|
|
|
+ uni.showModal({
|
|
|
+ title: '提交成功',
|
|
|
+ content: '感谢您的支持,工作人员会第一时间跟您联系!',
|
|
|
+ showCancel: false,
|
|
|
+ confirmColor: '#C30D23',
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
}
|
|
@@ -58,6 +64,7 @@ export default {
|
|
|
.box {
|
|
|
position: relative;
|
|
|
width: 100vw;
|
|
|
+ height: 381px;
|
|
|
|
|
|
.function {
|
|
|
position: absolute;
|