Commit d01333a4 by 李萌

no message

parent 49cc3560
......@@ -528,7 +528,8 @@ Page({
user_answer: answer.score,
answer: answer.answer,
};
ndata.unitid = lb_descript.desc.unitid;
var url = Api.HOST_xlxl + 'amedical.php/gauge/pcAddData';
ndata.unitid = lb_descript.desc.unitid;
ndata.uid = 6;
ndata.submit_type = 2;
ndata.t_openid = wx.getStorageSync('param_t_openid');
......
......@@ -412,6 +412,11 @@ Page({
Api.alert("请重新扫码");
return false;
}
var paramtGid = wx.getStorageSync('g_id');
if(paramtGid == '' || paramtGid == 'undefined' || paramtGid == null || paramtGid == 'null' || paramtGid == 'NULL') {
Api.alert("请重新扫码");
return false;
}
var that = this;
if (this.data.measure_id == 86) {
that.cmi();
......
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