shish 3 лет назад
Родитель
Сommit
2a3c3000d0

+ 2 - 0
hdApp/src/admin/home/login.vue

@@ -46,9 +46,11 @@
 					</checkbox-group>
 					</checkbox-group>
 				</view>
 				</view>
 				<!-- #endif -->
 				<!-- #endif -->
+				<!-- #ifdef MP-WEIXIN -->
 				<view style="margin-top:45upx;color:red;font-size:34upx;width:100%;text-align:right;padding-right:70upx;">
 				<view style="margin-top:45upx;color:red;font-size:34upx;width:100%;text-align:right;padding-right:70upx;">
 					<text @click="pageTo({url:'/admin/home/loginRemind'})" >登录遇到了问题?点这里</text>
 					<text @click="pageTo({url:'/admin/home/loginRemind'})" >登录遇到了问题?点这里</text>
 				</view>
 				</view>
+				<!-- #endif -->
 				<view style="margin-top:45upx;color:#333333;font-size:34upx;width:100%;text-align:right;padding-right:70upx;">
 				<view style="margin-top:45upx;color:#333333;font-size:34upx;width:100%;text-align:right;padding-right:70upx;">
 					<text style="margin-right:40upx;" @click="useAccount()">使用账号密码登录</text>
 					<text style="margin-right:40upx;" @click="useAccount()">使用账号密码登录</text>
 					<text @click="pageTo({url:'/pagesClient/official/apply',type:2})">注册帐号</text>
 					<text @click="pageTo({url:'/pagesClient/official/apply',type:2})">注册帐号</text>

+ 67 - 0
hdApp/src/admin/order/clearRemind.vue

@@ -0,0 +1,67 @@
+<template>
+	<view class="app-content">
+		<view class="list">
+			<view>
+				<view class="video">
+                    <video id="myVideo" :src="`${constant.imgUrl}/getMyDebt.mp4`" :autoplay="true" object-fit="contain" style="width:700upx;height:900upx;"></video>
+                </view>
+			</view>
+		</view>
+		<view style="text-align:center;margin-top:30upx;">
+			<button class="admin-button-com big blue go-back" @click="goBack()">返回</button>
+		</view>
+	</view>
+</template>
+<script>
+export default {
+	name: "loginRemind",
+	components: {
+	},
+	mixins: [],
+	data() {
+		return {
+		};
+	},
+	methods: {
+		goBack(){
+			uni.navigateBack()
+		}
+	},
+};
+</script>
+<style lang="scss" scoped>
+.app-content{
+	padding:20upx 20upx 60upx 20upx;
+    .title{
+		font-weight: bold;
+		font-size:40upx;
+		margin-bottom:22upx;
+	}
+	.smallTitle{
+		font-weight: bold;
+		font-size:30upx;
+		font-weight: bold;
+		margin:25upx 0 25upx 0;
+	}
+	.info{
+    	font-size:30upx;
+		margin-bottom:20upx;
+	}
+	.image{
+		width:100%;
+		margin-bottom:20upx;
+	}
+	.video{
+		margin:0 auto;
+        text-align: center;
+		margin-bottom:10upx;
+	}
+	.book-button{
+		margin-bottom:15upx;
+	}
+	.go-back{
+		margin:0 auto;
+		width:260upx;
+	}
+}
+</style>

+ 2 - 1
hdApp/src/pages.json

@@ -346,7 +346,8 @@
 				{ "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
 				{ "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
 				{ "path": "debtList", "style": { "navigationBarTitleText": "待结订单" } },
 				{ "path": "debtList", "style": { "navigationBarTitleText": "待结订单" } },
 				{ "path": "workOrder", "style": { "navigationBarTitleText": "开单" } },
 				{ "path": "workOrder", "style": { "navigationBarTitleText": "开单" } },
-				{ "path": "modify", "style": { "navigationBarTitleText": "修改" } }
+				{ "path": "modify", "style": { "navigationBarTitleText": "修改" } },
+				{ "path": "clearRemind","style": {"navigationBarTitleText": "如何查看欠款"}}
 			]
 			]
 		},
 		},
 		{
 		{

+ 9 - 4
hdApp/src/pagesPurchase/gatherResult.vue

@@ -5,23 +5,28 @@
       <view class="result-view">
       <view class="result-view">
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view class="result-title">支付成功</view>
         <view class="result-title">支付成功</view>
-        <button class="admin-button-com big" @click="goClose">返回首页</button>
+        <button class="admin-button-com big" @click="goClose()">返回首页</button>
+        <view style="margin-top:60upx;font-size:28upx;" @click="goClearRemind()">如何查看待结订单还有几个?</view>
       </view>
       </view>
     </view>
     </view>
   </view>
   </view>
 </template>
 </template>
-
 <script>
 <script>
 export default {
 export default {
   name: "AppResult",
   name: "AppResult",
   methods: {
   methods: {
     goClose () {
     goClose () {
-      this.pageTo({ url: "/admin/home/workbench", type: 3 });
+      this.pageTo({ url: "/admin/home/workbench", type: 3})
+    },
+    goClearRemind() {
+      this.pageTo({ url: "/admin/order/clearRemind"})
+    },
+    init(){
+
     }
     }
   },
   },
 };
 };
 </script>
 </script>
-
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .billing_box_bg {
 .billing_box_bg {
   position: relative;
   position: relative;