百科支持富文本,对公展示充值信息,下载充值记录文件名改动

This commit is contained in:
2024-10-22 16:11:49 +08:00
parent f00bcbe8d1
commit cb58d3b439
6 changed files with 48 additions and 7 deletions

View File

@@ -107,6 +107,16 @@ Page({
handleDelete() {
this.setData({ fileList: [] })
},
copy() {
wx.setClipboardData({
data: `河北华昌宝能售电有限公司
建行新石北路支行
13050161563600000908`,
success: () => {
alertSuccess("复制成功")
}
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/