Browse Source

商户向零钱转账提示,申请中

unknown 1 year ago
parent
commit
785f7ab062

+ 25 - 21
education_family/.idea/workspace.xml

@@ -35,28 +35,28 @@
     <option name="hideEmptyMiddlePackages" value="true" />
     <option name="showLibraryContents" value="true" />
   </component>
-  <component name="PropertiesComponent"><![CDATA[{
-  "keyToString": {
-    "RequestMappingsPanelOrder0": "0",
-    "RequestMappingsPanelOrder1": "1",
-    "RequestMappingsPanelWidth0": "75",
-    "RequestMappingsPanelWidth1": "75",
-    "RunOnceActivity.OpenProjectViewOnStart": "true",
-    "RunOnceActivity.ShowReadmeOnStart": "true",
-    "WebServerToolWindowFactoryState": "false",
-    "last_opened_file_path": "D:/wx-subscribe-sa/weChartSubscribe",
-    "node.js.detected.package.eslint": "true",
-    "node.js.detected.package.tslint": "true",
-    "node.js.selected.package.eslint": "(autodetect)",
-    "node.js.selected.package.tslint": "(autodetect)",
-    "project.structure.last.edited": "模块",
-    "project.structure.proportion": "0.15",
-    "project.structure.side.proportion": "0.2",
-    "settings.editor.selected.configurable": "reactor",
-    "spring.configuration.checksum": "d213be410b4e6bfae1a0c59a21c98341",
-    "vue.rearranger.settings.migration": "true"
+  <component name="PropertiesComponent">{
+  &quot;keyToString&quot;: {
+    &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
+    &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
+    &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
+    &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
+    &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
+    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
+    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
+    &quot;last_opened_file_path&quot;: &quot;D:/wx-subscribe-sa/weChartSubscribe&quot;,
+    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
+    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
+    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
+    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
+    &quot;project.structure.last.edited&quot;: &quot;模块&quot;,
+    &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
+    &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
+    &quot;settings.editor.selected.configurable&quot;: &quot;reactor&quot;,
+    &quot;spring.configuration.checksum&quot;: &quot;d213be410b4e6bfae1a0c59a21c98341&quot;,
+    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
   }
-}]]></component>
+}</component>
   <component name="ReactorSettings">
     <option name="notificationShown" value="true" />
   </component>
@@ -126,6 +126,10 @@
       <workItem from="1681176039810" duration="4618000" />
       <workItem from="1681181913167" duration="17934000" />
       <workItem from="1681264244349" duration="13961000" />
+      <workItem from="1681349465496" duration="258000" />
+      <workItem from="1681373221557" duration="1465000" />
+      <workItem from="1681614006847" duration="84000" />
+      <workItem from="1681614187403" duration="506000" />
     </task>
     <servers />
   </component>

+ 2 - 2
education_uni/subpkg/my_share/share_result/share_order_detail.vue

@@ -47,7 +47,7 @@
 		    <view class="payWrapper">
 				<view class="pay" v-if="showWithdrawBtn">
 					<view class="paidSucceed">
-					    <button class="payButton" @click="startWithdraw" type="primary">申请提现</button>
+					    <button class="payButton" @click="startWithdraw" type="primary">申请转出</button>
 					</view>
 				</view>
 		    </view>
@@ -85,7 +85,7 @@
 				}
 			},
 			startWithdraw(){
-				uni.$showMsg("提现过程,实现中。。。!")
+				uni.$showMsg("正在申请 “商户向客户零钱包转帐的功能”,如急需转出,请联系在线客服处理,谢谢!",5000)
 			}
 
 		}

+ 1 - 1
education_uni/subpkg/my_share/share_result/share_orders.vue

@@ -68,7 +68,7 @@
 		data() {
 			return {
 				current: 1,
-				items: ['已提现', '未提现'],
+				items: ['已转出', '未转出'],
 				OrderWithdraw: [],
 				OrderNotWithdraw: []