diff --git a/components/verification/verification.vue b/components/verification/verification.vue index f015c47..f10ac9e 100644 --- a/components/verification/verification.vue +++ b/components/verification/verification.vue @@ -96,7 +96,7 @@ name="close" > - 刷新拼图 + 刷新拼图 Lili-FRAMEWORK diff --git a/pages/mine/im/index-app.scss b/pages/mine/im/index-app.scss index 0b668ae..10c4d8b 100644 --- a/pages/mine/im/index-app.scss +++ b/pages/mine/im/index-app.scss @@ -5088,7 +5088,7 @@ scroll-view.cu-steps .cu-item { } .bg-user-orang { - background-color: #FFFFCC; + background-color:rgba($main-color,0.1); color: black; } @@ -5112,8 +5112,8 @@ scroll-view.cu-steps .cu-item { color: #ffffff; } -.bg-cyan { - background-color: #1cbbb4; +.bg-main-color { + background-color: $main-color; color: #ffffff; } @@ -5197,7 +5197,7 @@ scroll-view.cu-steps .cu-item { background-color: #d7f0dbff; } -.bg-cyan.light { +.bg-main-color.light { color: #1cbbb4; background-color: #d2f1f0; } diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue index 2382077..76cf3f8 100644 --- a/pages/mine/im/index.vue +++ b/pages/mine/im/index.vue @@ -35,10 +35,9 @@ JSON.parse(item.text)['goodsName'] }} - ¥{{ + ¥{{ JSON.parse(item.text)['price'] | unitPrice - }} + }} @@ -92,10 +91,9 @@ JSON.parse(item.text)['goodsName'] }} - ¥{{ + ¥{{ JSON.parse(item.text)['price'] - }} + }} @@ -129,7 +127,7 @@ + :style="{ position:'fixed' , bottom: '66px' , width: '100%' }"> @@ -141,9 +139,9 @@ goodListData.goodsName }} - ¥{{ + ¥{{ goodListData.price | unitPrice - }} + }} X @@ -177,8 +175,8 @@ - + confirm-type="send" placeholder-class="my-neirong-sm" placeholder="用一句简短的话描述您的问题" /> + 发送 @@ -682,6 +680,9 @@ export default {