微信小程序开发之页面数据绑定

js:Page(

{

data:{

parmer:"",             //字符串参数

userinfo:{
      userphone:"",
      headimage:"../../../../../../image/个人中心/个人中心_07.png",
      username:"半世浮沉"
    }                       //对象参数

}

})

wxml:

<image  class="imagestyle" src="{{userinfo.headimage}}"></image>

<text class="info-motto">{{userinfo.username}}</text>

<view class=""backstyle>{{parmer}}</view>

 

posted on 2017-05-17 21:00  强大的程序猿人  阅读(274)  评论(0编辑  收藏  举报