Commit f4cf084b by liuquan

修改他评

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