瀏覽代碼

Merge branch 'master' into zhongqi-hb

shish 6 月之前
父節點
當前提交
37f62c926d

+ 2 - 2
ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.74",
-    "versionCode" : 1274,
+    "versionName" : "1.2.75",
+    "versionCode" : 1275,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "2.2.6",
-    "versionCode" : 225,
+    "versionName" : "2.2.7",
+    "versionCode" : 227,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 1 - 5
mallApp/src/pages/hb/list.vue

@@ -32,7 +32,7 @@
 							</view>
 							<!-- 未使用 -->
 							<template v-if="item.status == 0">
-								<button class="button-com red big" @click="goUserFn">使用</button>
+								<button class="button-com red big">待用</button>
 							</template>
 							<!-- 已使用 -->
 							<template v-else-if="item.status == 1">
@@ -133,10 +133,6 @@ export default {
 				this.resetList()
 				this.getHbList()
 			}
-		},
-		// 去使用
-		goUserFn() {
-			console.log(this.item)
 		}
 	}
 }

+ 1 - 1
mallApp/src/pages/home/recent.vue

@@ -44,7 +44,7 @@
               </view>
               <view v-if="unReadMsgNum > 0" class="message-badge">{{ unReadMsgNum > 9 ? '9+' : unReadMsgNum }}</view>
             </view>
-            <view class="function-item" @click="pageTo({ url: '/pages/hb/list' })">
+            <view class="function-item" style="width:160upx;" @click="pageTo({ url: '/pages/hb/list' })">
               <text class="function-text">我的红包</text>
             </view>
           </view>

+ 3 - 4
mallApp/src/pages/member/rechargeResult.vue

@@ -8,11 +8,10 @@
           <view class="pay-confirm-content">
             <view class="confirm-text">
               <view class="text-title">充值金额已由门店收取</view>
-              <view class="text-desc">保管资金是线下门店责任,本小程序仅是收款工具</view>
+              <view class="text-desc">保管余额是门店责任,本小程序仅是余额管理工具</view>
             </view>
             <view class="confirm-btn-wrap">
-              <button class="confirm-btn" @click="goBack">知道了</button>
-              <view class="tech-support">花卉宝小程序提供技术支持</view>
+              <button class="confirm-btn" @click="goBack">我知道了</button>
             </view>
             <!-- #ifdef MP-WEIXIN -->
             <view style="width:100%;height:10upx;background-color:white;margin-top:60upx;"></view>
@@ -84,7 +83,7 @@
 
   // 支付确认弹框样式
   .pay-confirm-content {
-    padding: 30upx 40upx;
+    padding: 20upx 40upx 30upx 40upx;
     text-align: center;
     
     .confirm-text {

+ 2 - 2
开发http/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.74",
-    "versionCode" : 1274,
+    "versionName" : "1.2.75",
+    "versionCode" : 1275,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发http/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "2.2.6",
-    "versionCode" : 225,
+    "versionName" : "2.2.7",
+    "versionCode" : 227,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发https/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.74",
-    "versionCode" : 1274,
+    "versionName" : "1.2.75",
+    "versionCode" : 1275,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发https/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "2.2.6",
-    "versionCode" : 225,
+    "versionName" : "2.2.7",
+    "versionCode" : 227,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.2.74",
-    "versionCode" : 1274,
+    "versionName" : "1.2.75",
+    "versionCode" : 1275,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "2.2.6",
-    "versionCode" : 225,
+    "versionName" : "2.2.7",
+    "versionCode" : 227,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {