diff --git a/pages/home/index.wxss b/pages/home/index.wxss
index 3751047..e942ef1 100644
--- a/pages/home/index.wxss
+++ b/pages/home/index.wxss
@@ -1,7 +1,8 @@
.container {
font-family: PingFangSC-Regular;
+ /* -webkit-filter: grayscale(100%); */
}
.content{
width: 100%;
height:100%;
-}
\ No newline at end of file
+}
diff --git a/pages/service/detail/detail.js b/pages/service/detail/detail.js
index 62d35cc..5174fa9 100644
--- a/pages/service/detail/detail.js
+++ b/pages/service/detail/detail.js
@@ -29,7 +29,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
- console.log(options)
+ console.log(options,"1211111")
this.setData({
code: options.code,
app_id: options.app_id,
diff --git a/pages/service/detail/detail.wxml b/pages/service/detail/detail.wxml
index 95ed903..e8ac93e 100644
--- a/pages/service/detail/detail.wxml
+++ b/pages/service/detail/detail.wxml
@@ -1,76 +1,76 @@
-
- 服务内容
+
+ 服务内容
-
-
-
-
+
+
+
+
-
- 办理部门
+
+ 办理部门
-
-
- {{item.departName}}
- 电话:{{item.mobile}}
-
-
+
+
+ {{item.departName}}
+ 电话:{{item.mobile}}
+
+
-
-
- 预约说明
-
-
-
-
-
-
+
+
+ 预约说明
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
- 申请
-
-
- 预约
-
-
-
+
+
+
+
+ 申请
+
+
+ 预约
+
+
+
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/pages/service/vipCard/vipCard.js b/pages/service/vipCard/vipCard.js
index 73194cc..155c728 100644
--- a/pages/service/vipCard/vipCard.js
+++ b/pages/service/vipCard/vipCard.js
@@ -8,7 +8,8 @@ Page({
*/
data: {
detail:{},
- card:"../../../images/card.png"
+ card:"../../../images/card.png",
+ idCard:''
},
/**
@@ -23,7 +24,8 @@ Page({
})
}else{
this.setData({
- detail:res.result
+ detail:res.result,
+ idCard:res.result.idCard.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2")
})
}
diff --git a/pages/service/vipCard/vipCard.wxml b/pages/service/vipCard/vipCard.wxml
index e8301f5..307d3b7 100644
--- a/pages/service/vipCard/vipCard.wxml
+++ b/pages/service/vipCard/vipCard.wxml
@@ -5,7 +5,7 @@
{{detail.cardName}}
{{detail.name}}
{{detail.talentsType}}
- NO: {{detail.idCard}}
+ NO: {{idCard}}
权益说明
diff --git a/pages/user/index.js b/pages/user/index.js
index 7921a13..0ec6c10 100644
--- a/pages/user/index.js
+++ b/pages/user/index.js
@@ -435,18 +435,18 @@ Page({
})
return;
},
- goTraffic(){
- wx.navigateToMiniProgram({
- appId: 'wx0773fc2238f4ca70',
- path: '',
- envVersion: 'release', // 打开正式版
- success(res) {
- // 打开成功
- console.log('打开成功')
- },
- fail: function (err) {
- console.log(err);
- }
- })
- }
+ // goTraffic(){
+ // wx.navigateToMiniProgram({
+ // appId: 'wx0773fc2238f4ca70',
+ // path: '',
+ // envVersion: 'release', // 打开正式版
+ // success(res) {
+ // // 打开成功
+ // console.log('打开成功')
+ // },
+ // fail: function (err) {
+ // console.log(err);
+ // }
+ // })
+ // }
})
\ No newline at end of file
diff --git a/pages/user/index.wxml b/pages/user/index.wxml
index c054ca0..0ee76f8 100644
--- a/pages/user/index.wxml
+++ b/pages/user/index.wxml
@@ -67,7 +67,8 @@
-
+
+