Home > Mobile >  Small program assigned to the data
Small program assigned to the data

Time:11-29

Can you put the wx. SetStorageSync saved value to the data as a list of circulation,

CodePudding user response:

 
var _this=this;
Var value=https://bbs.csdn.net/topics/wx.getStorageSync (' you specify the key ');
If (value) {
_this. SetData ({
List: the value
})
}
  • Related