Commit 4ca8ec2b by liuquan

Merge branch 'liuquan' of http://git.xiaodongai.com/WechatMiniProgram/XDJK into liuquan

parents 1928f7b6 4fe38e37
...@@ -95,7 +95,6 @@ Page({ ...@@ -95,7 +95,6 @@ Page({
console.log('recorder pause') console.log('recorder pause')
}) })
recorderManager.onError(function (errMsg) { recorderManager.onError(function (errMsg) {
wx.
console.warn('recorder error:', errMsg); console.warn('recorder error:', errMsg);
}); });
recorderManager.onStop((res) => { recorderManager.onStop((res) => {
......
...@@ -17,6 +17,7 @@ Page({ ...@@ -17,6 +17,7 @@ Page({
that.setData({ that.setData({
item: JSON.parse(options.item) item: JSON.parse(options.item)
}) })
// that.getServiceDetail(options.id)
that.getServiceDetail(options.id) that.getServiceDetail(options.id)
}, },
/** /**
......
...@@ -92,7 +92,7 @@ view{ ...@@ -92,7 +92,7 @@ view{
margin-left: 30rpx; margin-left: 30rpx;
margin-top: 37rpx; margin-top: 37rpx;
font-size: 30rpx; font-size: 30rpx;
font-weight: bold; font-weight: 700;
color: #333333; color: #333333;
} }
.block-con{ .block-con{
...@@ -102,7 +102,6 @@ view{ ...@@ -102,7 +102,6 @@ view{
color: #3a3a3a; color: #3a3a3a;
font-weight: 300; font-weight: 300;
opacity: .8; opacity: .8;
font-family: "Bitstream Vera Serif Bold";
} }
.po-ab{ .po-ab{
position: absolute; position: absolute;
......
...@@ -88,6 +88,12 @@ ...@@ -88,6 +88,12 @@
"pathName": "packageA/productOrderDetail/productOrderDetail", "pathName": "packageA/productOrderDetail/productOrderDetail",
"query": "id=111111111114478", "query": "id=111111111114478",
"scene": null "scene": null
},
{
"name": "pages/docuterInfo/docuterInfo",
"pathName": "pages/docuterInfo/docuterInfo",
"query": "t_unitid=18870",
"scene": 1008
} }
] ]
} }
......
...@@ -28,7 +28,7 @@ function getUserSig(user) { ...@@ -28,7 +28,7 @@ function getUserSig(user) {
let getUserSigUrl = config.url.getUserSig; let getUserSigUrl = config.url.getUserSig;
let data = { let data = {
"user": user "user": user
// "user": "oHhp80fVWvjJn2EYkB5XxhKnVBOo" // "user": "oHhp80bZb-BpXBeyL9EHX1SSoAfU"
} }
return wxRequest.getRequest(getUserSigUrl, data); return wxRequest.getRequest(getUserSigUrl, data);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment