猜你想问
-
- {{item.text}}
+
+ {{ item.text }}
-
问题反馈 @{{ list.find(item=>{return item.value == feedBack.type }).text }}
-
+
+ 问题反馈
+ @{{
+ list.find((item) => {
+ return item.value == feedBack.type;
+ }).text
+ }}
+
+
- 上传凭证(最多5张)
+ 上传凭证(最多1张)
-
+
手机号
-
+
提交
-
\ No newline at end of file
+.form {
+ background-color: #ffffff;
+}
+.bottom {
+ position: fixed;
+ bottom: 40px;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ > .submit {
+ background: $light-color;
+ background: #fe3c3c;
+ color: #fff;
+ width: 40%;
+ }
+}
+
+::v-deep {
+ .u-radio__icon-wrap--checked {
+ // background: #FE3C3C;
+ // border: 1px solid #FE3C3C;
+ border-color: #fe3c3c !important;
+ background-color: #fe3c3c !important;
+ }
+}
+
diff --git a/pages/mine/signIn.vue b/pages/mine/signIn.vue
index 32556bd1..cc899520 100644
--- a/pages/mine/signIn.vue
+++ b/pages/mine/signIn.vue
@@ -4,9 +4,15 @@
坚持每天连续签到可以获多重奖励哦
@@ -16,28 +22,46 @@
-
每日记录 ({{ currentMonth }})
+
+ 每日记录 ({{ currentMonth }})
+
{{ item }}
-
-
+
+
{{ item }}
-
+
-
+ "
+ >
{{ item }}
@@ -54,7 +78,12 @@
×
-
+
连续签到可获得额外奖励哦!
@@ -66,7 +95,7 @@ import { sign, signTime } from "@/api/point.js";
export default {
data() {
return {
- aiderLightColor:this.$aiderLightColor,
+ aiderLightColor: this.$aiderLightColor,
signFlag: false,
animationData: {},
maskFlag: false, //
@@ -293,6 +322,11 @@ page {
}
\ No newline at end of file
+ margin: 0 20rpx;
+}
+.imgage {
+ width: 100%;
+ height: 37.5vh;
+ background: url("./static/logn.png");
+ background-size: 100% 100%;
+ & > div {
+ width: 100%;
+ height: 80%;
+ display: flex;
+ justify-content: center;
+ align-items: end;
+ color: #fff;
+ font-size: 14px;
+ }
+}
+
diff --git a/pages/passport/static/logn.png b/pages/passport/static/logn.png
new file mode 100644
index 00000000..fd0d7354
Binary files /dev/null and b/pages/passport/static/logn.png differ
diff --git a/pages/product/customerservice/index.vue b/pages/product/customerservice/index.vue
index 1d4793b5..39eee35d 100644
--- a/pages/product/customerservice/index.vue
+++ b/pages/product/customerservice/index.vue
@@ -16,6 +16,8 @@
},
onLoad (e) {
const params = JSON.parse((decodeURIComponent(e.params)))
+ console.log(params,'=============');
+
chat.init({
sign: params.mpSign, //必传,公司渠道唯一标识,腾讯云智服后台系统创建「小程序插件」渠道后,在「渠道管理」获取
token: params.token, //非必填
diff --git a/pages/product/goods.vue b/pages/product/goods.vue
index d8df9f37..0a6bfb8b 100644
--- a/pages/product/goods.vue
+++ b/pages/product/goods.vue
@@ -18,6 +18,7 @@
"
:thumbnail="goodsDetail.thumbnail"
:goodsName="goodsDetail.goodsName"
+ :price="goodsDetail.goodsName"
type="goods"
@close="shareFlage = false"
/>
@@ -38,7 +39,11 @@
>