shish 1 zi în urmă
părinte
comite
37a4da63cf

+ 6 - 15
hdh5/admin/ghs/pay.vue

@@ -48,17 +48,16 @@
 
 		<!-- 账户与明细:独立信息卡,居中排版 -->
 		<view class="pay-extra-card">
-			<view v-if="displayCustomName || hasPositiveBalance" class="pay-account">
+			<view v-if="displayCustomName" class="pay-account">
 				<view class="pay-account__meta">
-					<text v-if="displayCustomName" class="pay-account__name">付款人:{{ displayCustomName }}</text>
-					<text v-if="hasPositiveBalance" class="pay-account__balance">余额 ¥{{ accountBalance }}</text>
+					<text class="pay-account__name">付款人:{{ displayCustomName }}</text>
 				</view>
 			</view>
 			<view
 				class="pay-action-row"
 				:class="{
 					'pay-action-row--single': !showGatheringBtn,
-					'pay-action-row--with-account': !!(displayCustomName || hasPositiveBalance)
+					'pay-action-row--with-account': !!displayCustomName
 				}">
 				<view
 					v-if="showGatheringBtn"
@@ -596,8 +595,8 @@ export default {
 }
 
 .pay-balance-tip__label {
-	font-size: 26upx;
-	color: #666;
+	font-size: 30upx;
+	color: #333;
 	line-height: 36upx;
 }
 
@@ -651,20 +650,12 @@ export default {
 }
 
 .pay-account__name {
-	font-size: 30upx;
+	font-size: 32upx;
 	font-weight: 600;
 	color: #222;
 	line-height: 40upx;
 }
 
-.pay-account__balance {
-	margin-top: 8upx;
-	font-size: 26upx;
-	color: #1677ff;
-	line-height: 36upx;
-	font-weight: 500;
-}
-
 .pay-action-row {
 	display: flex;
 	flex-direction: row;

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/_plugin-vue_export-helper.6vb9oaJO.js


+ 1 - 1
hdh5/unpackage/dist/build/web/assets/admin-cg-alipay.B1Yfy5gR.js → hdh5/unpackage/dist/build/web/assets/admin-cg-alipay.CxZsNMyg.js

@@ -1 +1 @@
-import{s as a,j as e,u as t,c as n,w as s,f as o,q as i,i as r,o as d,e as p}from"./index-op2gIMtD.js";import{c as l}from"./index.Ccq_rt3q.js";import{_ as c}from"./_plugin-vue_export-helper.Dz5-xA6u.js";const h=c({name:"alipay",components:{},mixins:[],data:()=>({payUrl:"",hasRenew:1}),computed:{},onLoad(a){let e=a.orderSn?a.orderSn:"";this.payInit(e)},mounted(){},methods:{init(){},go(){1==this.hasRenew&&(window.location.href=this.payUrl)},payInit(e){if(""==e)return a({title:"没有找到订单编号",icon:"none",duration:1500}),!1;l({orderSn:e}).then((e=>{if(0==e.code)return a({title:e.msg,icon:"none",duration:1500}),!1;this.hasRenew=e.data.hasRenew?e.data.hasRenew:0,e.data.hasRenew&&1==e.data.hasRenew&&(this.payUrl=e.data.payUrl,window.location.href=this.payUrl)}))}}},[["render",function(a,l,c,h,w,u){const m=i,f=r;return d(),e("div",{class:"app-content pay-wrap"},[t("div",{class:"delivery-wrap"},[t("div",{class:"btn-wrap"},[1==w.hasRenew?(d(),n(m,{key:0,class:"button-com red",onClick:l[0]||(l[0]=a=>u.go())},{default:s((()=>[p("正在打开支付宝...")])),_:1})):o("",!0),0==w.hasRenew?(d(),n(f,{key:1,style:{"margin-top":"50upx","font-size":"40upx","font-weight":"bold","text-align":"center"}},{default:s((()=>[p("商家还未开通此功能")])),_:1})):o("",!0)])])])}],["__scopeId","data-v-1045a385"]]);export{h as default};
+import{s as a,j as e,u as t,c as n,w as s,f as o,q as i,i as r,o as d,e as p}from"./index-BBAix273.js";import{c as l}from"./index.DNfuzBGq.js";import{_ as c}from"./_plugin-vue_export-helper.6vb9oaJO.js";const h=c({name:"alipay",components:{},mixins:[],data:()=>({payUrl:"",hasRenew:1}),computed:{},onLoad(a){let e=a.orderSn?a.orderSn:"";this.payInit(e)},mounted(){},methods:{init(){},go(){1==this.hasRenew&&(window.location.href=this.payUrl)},payInit(e){if(""==e)return a({title:"没有找到订单编号",icon:"none",duration:1500}),!1;l({orderSn:e}).then((e=>{if(0==e.code)return a({title:e.msg,icon:"none",duration:1500}),!1;this.hasRenew=e.data.hasRenew?e.data.hasRenew:0,e.data.hasRenew&&1==e.data.hasRenew&&(this.payUrl=e.data.payUrl,window.location.href=this.payUrl)}))}}},[["render",function(a,l,c,h,w,u){const m=i,f=r;return d(),e("div",{class:"app-content pay-wrap"},[t("div",{class:"delivery-wrap"},[t("div",{class:"btn-wrap"},[1==w.hasRenew?(d(),n(m,{key:0,class:"button-com red",onClick:l[0]||(l[0]=a=>u.go())},{default:s((()=>[p("正在打开支付宝...")])),_:1})):o("",!0),0==w.hasRenew?(d(),n(f,{key:1,style:{"margin-top":"50upx","font-size":"40upx","font-weight":"bold","text-align":"center"}},{default:s((()=>[p("商家还未开通此功能")])),_:1})):o("",!0)])])])}],["__scopeId","data-v-1045a385"]]);export{h as default};

+ 1 - 1
hdh5/unpackage/dist/build/web/assets/admin-clear-alipay.CmxwGva1.js → hdh5/unpackage/dist/build/web/assets/admin-clear-alipay.9HtuqQJ6.js

@@ -1 +1 @@
-import{s as a,j as e,u as t,c as n,w as s,f as o,q as i,i as r,o as d,e as p}from"./index-op2gIMtD.js";import{b as l}from"./index.Ccq_rt3q.js";import{_ as c}from"./_plugin-vue_export-helper.Dz5-xA6u.js";const h=c({name:"alipay",components:{},mixins:[],data:()=>({payUrl:"",hasRenew:1}),computed:{},onLoad(a){let e=a.orderSn?a.orderSn:"";this.payInit(e)},mounted(){},methods:{init(){},go(){1==this.hasRenew&&(window.location.href=this.payUrl)},payInit(e){if(""==e)return a({title:"没有找到订单号",icon:"none",duration:1500}),!1;l({orderSn:e}).then((e=>{if(0==e.code)return a({title:e.msg,icon:"none",duration:1500}),!1;this.hasRenew=e.data.hasRenew?e.data.hasRenew:0,e.data.hasRenew&&1==e.data.hasRenew&&(this.payUrl=e.data.payUrl,window.location.href=this.payUrl)}))}}},[["render",function(a,l,c,h,w,u){const m=i,f=r;return d(),e("div",{class:"app-content pay-wrap"},[t("div",{class:"delivery-wrap"},[t("div",{class:"btn-wrap"},[1==w.hasRenew?(d(),n(m,{key:0,class:"button-com red",onClick:l[0]||(l[0]=a=>u.go())},{default:s((()=>[p("正在打开支付宝...")])),_:1})):o("",!0),0==w.hasRenew?(d(),n(f,{key:1,style:{"margin-top":"50upx","font-size":"40upx","font-weight":"bold","text-align":"center"}},{default:s((()=>[p("商家还未开通此功能")])),_:1})):o("",!0)])])])}],["__scopeId","data-v-12a9cc21"]]);export{h as default};
+import{s as a,j as e,u as t,c as n,w as s,f as o,q as i,i as r,o as d,e as p}from"./index-BBAix273.js";import{b as l}from"./index.DNfuzBGq.js";import{_ as c}from"./_plugin-vue_export-helper.6vb9oaJO.js";const h=c({name:"alipay",components:{},mixins:[],data:()=>({payUrl:"",hasRenew:1}),computed:{},onLoad(a){let e=a.orderSn?a.orderSn:"";this.payInit(e)},mounted(){},methods:{init(){},go(){1==this.hasRenew&&(window.location.href=this.payUrl)},payInit(e){if(""==e)return a({title:"没有找到订单号",icon:"none",duration:1500}),!1;l({orderSn:e}).then((e=>{if(0==e.code)return a({title:e.msg,icon:"none",duration:1500}),!1;this.hasRenew=e.data.hasRenew?e.data.hasRenew:0,e.data.hasRenew&&1==e.data.hasRenew&&(this.payUrl=e.data.payUrl,window.location.href=this.payUrl)}))}}},[["render",function(a,l,c,h,w,u){const m=i,f=r;return d(),e("div",{class:"app-content pay-wrap"},[t("div",{class:"delivery-wrap"},[t("div",{class:"btn-wrap"},[1==w.hasRenew?(d(),n(m,{key:0,class:"button-com red",onClick:l[0]||(l[0]=a=>u.go())},{default:s((()=>[p("正在打开支付宝...")])),_:1})):o("",!0),0==w.hasRenew?(d(),n(f,{key:1,style:{"margin-top":"50upx","font-size":"40upx","font-weight":"bold","text-align":"center"}},{default:s((()=>[p("商家还未开通此功能")])),_:1})):o("",!0)])])])}],["__scopeId","data-v-12a9cc21"]]);export{h as default};

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/admin-ghs-balanceChange.EHeynR2t.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/admin-ghs-pay.CmRIWzbh.js


Fișier diff suprimat deoarece este prea mare
+ 1 - 1
hdh5/unpackage/dist/build/web/assets/index-BBAix273.js


+ 1 - 1
hdh5/unpackage/dist/build/web/assets/index.Ccq_rt3q.js → hdh5/unpackage/dist/build/web/assets/index.DNfuzBGq.js

@@ -1 +1 @@
-import{h as a}from"./_plugin-vue_export-helper.Dz5-xA6u.js";const s=async s=>a.post("/purchase/ali-pay",s),e=async s=>a.post("/purchase-clear/ali-pay",s),p=async s=>a.get("/purchase/debt-list",s),c=async s=>a.get("/ghs/detail",s),r=async s=>a.post("/purchase-clear/create-order",s);export{r as a,e as b,s as c,c as g,p};
+import{h as a}from"./_plugin-vue_export-helper.6vb9oaJO.js";const s=async s=>a.post("/purchase/ali-pay",s),e=async s=>a.post("/purchase-clear/ali-pay",s),p=async s=>a.get("/purchase/debt-list",s),c=async s=>a.get("/ghs/detail",s),r=async s=>a.post("/purchase-clear/create-order",s);export{r as a,e as b,s as c,c as g,p};

+ 1 - 1
hdh5/unpackage/dist/build/web/assets/index.DpRsrvgd.js → hdh5/unpackage/dist/build/web/assets/index.DPtqXnrX.js

@@ -1 +1 @@
-import{h as e}from"./_plugin-vue_export-helper.Dz5-xA6u.js";const g=g=>e.get("/ghs/get-ghs-data",g),s=g=>e.get("/ghs-balance-change/list",g);export{s as b,g};
+import{h as e}from"./_plugin-vue_export-helper.6vb9oaJO.js";const g=g=>e.get("/ghs/get-ghs-data",g),s=g=>e.get("/ghs-balance-change/list",g);export{s as b,g};

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/pagesPurchase-gathering.BHZnxdvl.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/pay-BRzoAymn.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
hdh5/unpackage/dist/build/web/assets/pay-mBXFKWse.css


+ 1 - 1
hdh5/unpackage/dist/build/web/index.html

@@ -16,7 +16,7 @@
 	<script src="/static/web/quill-1.3.7.min.js"></script>
     <!--preload-links-->
     <!--app-context-->
-    <script type="module" crossorigin src="/assets/index-op2gIMtD.js"></script>
+    <script type="module" crossorigin src="/assets/index-BBAix273.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-BvquTqJD.css">
   </head>
   <body>

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff