|
|
|
|
|
|
|
|
* 生命周期函数--监听页面加载 |
|
|
* 生命周期函数--监听页面加载 |
|
|
*/ |
|
|
*/ |
|
|
onLoad() { |
|
|
onLoad() { |
|
|
if (!app.globalData.customerId) { |
|
|
|
|
|
app.goLogin(); |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const eventChannel = this.getOpenerEventChannel() |
|
|
const eventChannel = this.getOpenerEventChannel() |
|
|
if (eventChannel.on) { |
|
|
if (eventChannel.on) { |
|
|
// 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据 |
|
|
// 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据 |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
this.getTags(); |
|
|
this.getTags(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
onShow(){ |
|
|
|
|
|
if (!app.globalData.customerId) { |
|
|
|
|
|
app.goLogin(); |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
// 输入框输入 |
|
|
// 输入框输入 |
|
|
textareaInput(e) { |
|
|
textareaInput(e) { |
|
|
let value = e.detail.value; |
|
|
let value = e.detail.value; |