Commit f4cf084b by liuquan

修改他评

parent 80cc93bc
......@@ -120,7 +120,8 @@
</view>
<view class="partyone">
身份证号
<input type='text' placeholder='请输入' bindinput="inputIdCard" value='{{idCard}}'></input>
<input type='text' placeholder='请输入' bindinput="inputIdCard" maxlength="18" value='{{idCard}}'>
</input>
</view>
<view class='partyone' wx:if='{{unitid==1282||unitid==904}}'>人员类别
<view class="section">
......
......@@ -112,7 +112,7 @@ Page({
var url = Api.HOST_xinli_lb + 'yiyuan/measure/' + res[0] + '.json';
var data = {};
data.measure_id = res[0];
Api.fetchGet(url, (err, res) => {
Api.fetchGetN(url, (err, res) => {
clearTimeout(loadPhoto)
wx.hideLoading()
that.setData({
......
......@@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": true,
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
......
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