feat: 房间号的文案改
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<view
|
||||
class="bg-F5F7FA border-box flex flex-items-center p-12 rounded-10 font-size-14 color-171717 mb-12"
|
||||
>
|
||||
<text class="font-500 line-height-22 mr-20">房间号</text>
|
||||
<input placeholder="请填写房间号" v-model="roomId" />
|
||||
<text class="font-500 line-height-22 mr-20">所在位置</text>
|
||||
<input placeholder="请填写所在位置" v-model="roomId" />
|
||||
</view>
|
||||
|
||||
<view
|
||||
@@ -90,7 +90,7 @@
|
||||
<view v-else class="border-box card-content flex flex-items-center p-12">
|
||||
<view class="border-box left flex-full pr-20">
|
||||
<view class="font-size-12 color-525866 line-height-20 mb-4"
|
||||
>房间号:{{ roomId }}</view
|
||||
>所在位置:{{ roomId }}</view
|
||||
>
|
||||
<view class="font-size-12 color-525866 line-height-20 mb-4"
|
||||
>联系方式: {{ contactPhone }}</view
|
||||
@@ -210,7 +210,7 @@ const handleCall = async () => {
|
||||
}
|
||||
|
||||
if (!roomId.value.trim()) {
|
||||
uni.showToast({ title: "请填写房间号", icon: "none" });
|
||||
uni.showToast({ title: "请填写所在位置", icon: "none" });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user