<view>
<web-view :webview-styles="webviewStyles" :src="urlSrc"></web-view>
</view>
data() {
return {
webviewStyles: {
progress: false
},
urlSrc: "http://www.***.com/h5/choujiang.asp?userid="
}
},
onLoad(){
this.urlSrc= this.urlSrc + this.$store.state.user.id
}
1***@qq.com (作者)
???啥
2019-09-16 09:06