dashboard
repositories
filestore
activity
search
login
html
/
scene/scene_wxscore_business
微信支付分
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改门店搜索
zhouhao
2021-11-03
ab12dfac7b298b69340fc9cf5af9b5eed5c02d0b
[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;
}
}
}