diff --git a/pages/coupons/add.vue b/pages/coupons/add.vue
index 15ff705..fbf27d8 100644
--- a/pages/coupons/add.vue
+++ b/pages/coupons/add.vue
@@ -232,7 +232,7 @@
content : res,
showCancel : false,
confirmText : '确定',
- confirmColor: '#e93340',
+ confirmColor: '#8b64fd',
success : modalRes => {
this.$store.commit('setCoupongoods', [])
this.$Router.back()
diff --git a/pages/found/index.vue b/pages/found/index.vue
index 98e5e68..0d0b8dd 100644
--- a/pages/found/index.vue
+++ b/pages/found/index.vue
@@ -54,12 +54,14 @@
能量碎片任务
-
-
- {{item.title}}
- {{item.remark}}
- {{item.tips}}
-
+
+
+
+ {{item.title}}
+ {{item.remark}}
+ {{item.is_finish ? '已完成' : item.tips}}
+
+
@@ -153,7 +155,14 @@
},
// 能量跳转
- JumpUrl(open, title) {
+ JumpUrl(open, title, finish) {
+ if(finish) {
+ uni.showToast({
+ title: '您已完成此任务',
+ icon : 'none'
+ })
+ return
+ }
var type = open.openType;
switch(type){
case 'switchTab':
@@ -371,6 +380,10 @@
color: #999;
font-size: 26rpx;
line-height: 30rpx;
+ text{
+ font-size: $title-size-sm - 6;
+ margin-left: $margin/2;
+ }
}
.task-label {
position: absolute;
@@ -382,6 +395,9 @@
display: -webkit-box;
display: -webkit-flex;
display: flex;
+ &.active {
+ color: $text-gray-m;
+ }
.task-label-icon {
width: 34rpx;
height: 34rpx;
diff --git a/pages/instrument/Spread.vue b/pages/instrument/Spread.vue
index 3da95e6..5d5b48e 100644
--- a/pages/instrument/Spread.vue
+++ b/pages/instrument/Spread.vue
@@ -13,9 +13,9 @@
-
+
-
+
长按二维码,进行保存
@@ -204,6 +204,8 @@
height: 360rpx;
margin: 0 0 20rpx;
border: 2px solid #f3f3f3;
+ padding: 30rpx;
+ box-sizing: border-box;
}
.codeImg-text {
font-size: 32rpx;
diff --git a/pages/shop/create.vue b/pages/shop/create.vue
index 6121f5e..ba353a0 100644
--- a/pages/shop/create.vue
+++ b/pages/shop/create.vue
@@ -36,7 +36,7 @@
@@ -49,7 +49,7 @@
-
+
@@ -253,7 +253,9 @@
&::after {
border: none;
}
-
+ &.btn-100{
+ width: 100%;
+ }
&[disabled] {
background: rgba($color: $mian-color, $alpha: .6);
}
diff --git a/pages/shop/lists.vue b/pages/shop/lists.vue
index ff1ec03..e50dc14 100644
--- a/pages/shop/lists.vue
+++ b/pages/shop/lists.vue
@@ -1,6 +1,10 @@
+