dashboard
repositories
filestore
activity
search
login
html
/
scene/scene_wxscore_business
微信支付分
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
sib_wx_scoref
liangjin
2021-04-26
eec8c2b8ee19027168f3e0694917728f8a321c7f
[html/scene/scene_wxscore_business.git]
/
src
/
store
/
module
/
test.js
1
2
3
4
5
6
7
8
9
10
11
export default {
namespaced:true,
state:{
text:"1232"
},
mutations:{
add(state,{value}){
state.text = value;
}
}
}