From 37c344f7b5c767c6a87e08a0c8a9698d8610fbfc Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 18:31:29 +0800
Subject: [PATCH] 1

---
 pages/yuyue/yyInfo.wxml |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/pages/yuyue/yyInfo.wxml b/pages/yuyue/yyInfo.wxml
index cf4685a..d0f05d1 100644
--- a/pages/yuyue/yyInfo.wxml
+++ b/pages/yuyue/yyInfo.wxml
@@ -46,26 +46,18 @@
       <text >到店人</text>
     </view>
     <view class="forms" >
-     
         <input placeholder="请输入到店人名称" value="{{serviceOrder.vipName}}"name="vipName" ></input>
         <input  placeholder="请输入联系电话" value="{{serviceOrder.tel}}" name="tel" ></input>
         <input placeholder="备注"  value="{{serviceOrder.remark}}" name="remark" ></input>
         <radio class="radio"  bindtap="shouquan"  wx:if="{{model==0}}" ><text>接收预约提醒</text></radio>
     </view>
   </view>
-
-
-
-
-
 <button  class="bgbtn" formType="submit" wx:if="{{model==0}}" >
   确认预约
 </button>
-
 <view bindtap="backKhyuyue" class=" bgbtn " wx:if="{{model!=0  }}" >
   返回
 </view>
-
 </form>
 
 

--
Gitblit v1.9.1