作者 朱振飞

局部修改

... ... @@ -46,7 +46,7 @@
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0286FF",
"navigationBarTitleText": "保单体检专家",
"navigationBarTextStyle": "#fff"
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#666666",
... ...
... ... @@ -10,7 +10,7 @@ Page({
period_time: ['10年', '20年'],
period_index: -1,
compact_time: '',
impletion_time: '',
impletion_time: '',
popup_state: false,
projectlist: [],
label_state: false,
... ... @@ -164,10 +164,10 @@ Page({
for (let i in tempProjectlist) {
for (let j in tempMain_list) {
if (tempProjectlist[i].id == tempMain_list[j].id) {
tempProjectlist[i].choose_status = true
tempProjectlist[i].choose_status = true;
tempProjectlist[i].num = tempMain_list[j].num
for (let g in tempProjectlist[i].title) {
tempProjectlist[i].title[g].t_id == tempMain_list[j].t_id ? tempProjectlist[i].title[g].label_state = true : ''
}
}
}
... ... @@ -1226,7 +1226,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function(options) {
this.ensureProjectList()
let that = this;
options.inforid ? (that.getlistVerify(options.inforid),that.setData({
... ...