Page({
data: {
encryption: "color: green; border-bottom-color: green; border-bottom-size: 1px; border-bottom-style: solid;",
decryption: "color: gray; border-bottom-color: #F5F5F5; border-bottom-size: 1px; border-bottom-style: solid;",
encryptionPage:'display:block',
decryptionPage:'display:none',
originalText:'',
encryptedText:'',
originalTextDecode:'',
encryptedTextDecode:'',
encryptedPassword:'',
decryptedPassword:'',
},
登入後複製
setEncryption: function(e){
this.setData({
encryptionPage: 'display:block',
decryptionPage: 'display:none',
encryption: "color: green; border-bottom-color: green; border-bottom-size: 1px; border-bottom-style: solid;",
decryption: "color: gray; border-bottom-color: #F5F5F5; border-bottom-size: 1px; border-bottom-style: solid;",
})
},
)}
登入後複製
相關推薦:######微信小程式把文字玩出花樣(彈幕)######