baijunde 7 ماه پیش
والد
کامیت
f6b8446955
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      manifest.json
  2. 2 2
      pages/store/addHours.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "掌柜生活商户版",
     "appid" : "__UNI__E0EA6E1",
     "description" : "",
-    "versionName" : "1.1.4.7",
-    "versionCode" : 1147,
+    "versionName" : "1.1.5.0",
+    "versionCode" : 1150,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 2 - 2
pages/store/addHours.vue

@@ -19,14 +19,14 @@
             </view>
             <view style="border-bottom: 1upx solid #eee;margin:0" v-for="(tim, timInd) in timeArr" :key="timInd" v-else>
                 <view class="cu-form-group" style="margin:0" v-if="timInd == 0 && timeArr.length < 3">
-                    <input placeholder="添加营业时段(1/3)" v-model="tim.value" name="input" @click="open(timInd)"></input>
+                    <input placeholder="添加营业时段(1/3)" v-model="tim.value" name="input" @click="open(timInd)" disabled="true"></input>
                     <view @click="add()" class="add-style">添加</view>
                 </view>
                 <view v-else>
                     <uni-swipe-action>
                         <uni-swipe-action-item :right-options="options2" :show="timInd.show" :auto-close="false">
                             <view class="cu-form-group" style="margin:0">
-                                <input :placeholder='"添加营业时段(" + (timInd + 1) + "/3)"' v-model="tim.value" name="input"
+                                <input :placeholder='"添加营业时段(" + (timInd + 1) + "/3)"' v-model="tim.value" name="input" disabled="true"
                                     @click="open(timInd)"></input>
                                 <text class='cuIcon-right' style="color: #C7C6CA ;" @click="open(timInd)"></text>
                             </view>