diff --git a/pos-uni/pagesHome/AddVip/AddCode.vue b/pos-uni/pagesHome/AddVip/AddCode.vue
index 2eedeb92f..88d56dfea 100644
--- a/pos-uni/pagesHome/AddVip/AddCode.vue
+++ b/pos-uni/pagesHome/AddVip/AddCode.vue
@@ -126,6 +126,8 @@
border-radius: 8px;
background: #0864E9;
height: 400px;
+ box-sizing: border-box;
+ padding-top: 15px;
}
.title_ {
diff --git a/pos-uni/pagesHome/Collection/Collection.vue b/pos-uni/pagesHome/Collection/Collection.vue
index e892df665..e85f93dab 100644
--- a/pos-uni/pagesHome/Collection/Collection.vue
+++ b/pos-uni/pagesHome/Collection/Collection.vue
@@ -44,7 +44,7 @@
- 添加备注
+ 添加备注
|
{{userInfo ? userInfo.mobile : '搜索会员'}}
@@ -60,7 +60,8 @@
-
+
+
@@ -79,6 +80,16 @@
+
+
+
+
+ 确定
+ 取消
+
+
+
@@ -90,6 +101,8 @@
export default {
data() {
return {
+ value1: '',
+ show: false,
userId: "",
userInfo: "",
AmountCollected: "",
@@ -215,6 +228,10 @@
headers
},
methods: {
+ close() {
+ this.show = false
+ },
+
// 获取优惠信息
getPaymentPreferential() {
if (!this.AmountCollected || !this.userInfo) {
@@ -355,7 +372,7 @@
// icon: "success"
// })
uni.navigateTo({
- url:"/pagesHome/PaymentResults/PaymentResults"
+ url: "/pagesHome/PaymentResults/PaymentResults"
})
} else {
uni.showToast({
@@ -371,10 +388,10 @@
})
},
// 刷卡支付
- swipeCard(){
+ swipeCard() {
uni.showToast({
- title:"暂未开发",
- icon:"error"
+ title: "暂未开发",
+ icon: "error"
})
},
// 现金支付
@@ -444,9 +461,9 @@
// title: "支付成功",
// icon: "success"
// })
-
+
uni.navigateTo({
- url:"/pagesHome/PaymentResults/PaymentResults"
+ url: "/pagesHome/PaymentResults/PaymentResults"
})
} else if (res.data.code == 2) {
uni.showToast({
@@ -681,4 +698,35 @@
box-sizing: border-box;
padding: 15px;
}
+
+ .bottom_box {
+ width: 100%;
+ background: #fff;
+ box-sizing: border-box;
+ padding: 15px;
+ border-radius: 10px 10px 0px 0px;
+
+ }
+
+ .anniuq {
+ width: 100px;
+ height: 35px;
+ background: #0864E9;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #fff;
+ border-radius: 50px;
+ }
+
+ .anniux {
+ width: 100px;
+ height: 35px;
+ background: #FD504E;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #fff;
+ border-radius: 50px;
+ }
\ No newline at end of file