Commit 4ca8ec2b by liuquan

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

parents 1928f7b6 4fe38e37
......@@ -95,7 +95,6 @@ Page({
console.log('recorder pause')
})
recorderManager.onError(function (errMsg) {
wx.
console.warn('recorder error:', errMsg);
});
recorderManager.onStop((res) => {
......@@ -357,7 +356,7 @@ Page({
},
/**切换语音显示 */
record() {
let that = this;
let that = this;
that.setData({
isRecord: !that.data.isRecord,
reportShow: true
......
......@@ -17,6 +17,7 @@ Page({
that.setData({
item: JSON.parse(options.item)
})
// that.getServiceDetail(options.id)
that.getServiceDetail(options.id)
},
/**
......
......@@ -92,7 +92,7 @@ view{
margin-left: 30rpx;
margin-top: 37rpx;
font-size: 30rpx;
font-weight: bold;
font-weight: 700;
color: #333333;
}
.block-con{
......@@ -102,7 +102,6 @@ view{
color: #3a3a3a;
font-weight: 300;
opacity: .8;
font-family: "Bitstream Vera Serif Bold";
}
.po-ab{
position: absolute;
......
......@@ -88,6 +88,12 @@
"pathName": "packageA/productOrderDetail/productOrderDetail",
"query": "id=111111111114478",
"scene": null
},
{
"name": "pages/docuterInfo/docuterInfo",
"pathName": "pages/docuterInfo/docuterInfo",
"query": "t_unitid=18870",
"scene": 1008
}
]
}
......
......@@ -28,7 +28,7 @@ function getUserSig(user) {
let getUserSigUrl = config.url.getUserSig;
let data = {
"user": user
// "user": "oHhp80fVWvjJn2EYkB5XxhKnVBOo"
// "user": "oHhp80bZb-BpXBeyL9EHX1SSoAfU"
}
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