Commit 6432f9d6 authored by Edwise's avatar Edwise 🍷

领取实物,粘贴板钉钉号修改

parent a4af4a75
...@@ -11,6 +11,7 @@ Component({ ...@@ -11,6 +11,7 @@ Component({
levelupTxt:'精力上限1200 → 精力上限1500', levelupTxt:'精力上限1200 → 精力上限1500',
prizeImg:'' prizeImg:''
}, },
methods: { methods: {
onBtnClick() { onBtnClick() {
console.log('onBtnClick'); console.log('onBtnClick');
...@@ -23,7 +24,6 @@ Component({ ...@@ -23,7 +24,6 @@ Component({
} }
}, },
didMount(){ didMount(){
console.log("升级弹窗"+this.props.mydata); console.log("升级弹窗"+this.props.mydata);
var txt = '精力上限'+this.props.mydata.energyMax1+' → 精力上限'+this.props.mydata.energyMax2; var txt = '精力上限'+this.props.mydata.energyMax1+' → 精力上限'+this.props.mydata.energyMax2;
......
...@@ -171,7 +171,7 @@ Page({ ...@@ -171,7 +171,7 @@ Page({
async handleGetEntity(e) { async handleGetEntity(e) {
const text = 'zzzxxx' const text = 'zzzxxx'
commonToast('请前去钉钉领取,钉钉号为:'+text+'。钉钉号已经复制成功。',3000); commonToast('请前去钉钉领取,钉钉号为:'+text+'。钉钉号已经复制成功。',3000);
setClipboard({ text:`钉钉号为:${text}` }) setClipboard({ text:`${text}` })
// if (flag) { // if (flag) {
// return // return
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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