微信小程式 賦值問題

2022-07-20 17:06:11 字數 2068 閱讀 8289

通常我們在頁面跳轉傳遞過來的引數要用到頁面渲染時或是請求介面回來的資料要用到頁面渲染時

page(,//,

//,//,

] },

/** * 生命週期函式--監聽頁面載入

*/onload:

function

(options) );

},/*

* * 生命週期函式--監聽頁面初次渲染完成

*/onready:

function

() ,

<

view

class

="weui-cells weui-cells_after-title"

>

<

radio-group

bindchange

="radiochange"

>

<

label

class

="weui-cell weui-check__label"

wx:for

="}"

wx:key

="index"

>

<

radio

class

="weui-check"

value

="}"

checked

="}"

/>

<

radio

class

="weui-check"

value

="}"

/>

<

view

class

="weui-cell__bd"

>

<

view

>}<

text

>}

text

>

view

>

<

view

class

='text'

>}

view

>

view

>

<

view

class

="weui-cell__ft weui-cell__ft_in-radio"

>

<

view

class

='price'

>}

view

>

<

view

class

='ck'

><

icon

class

="weui-icon-radio"

type

="success_no_circle-1"

size

="16"

wx:if

="}"

>

icon

>

view

>

view

>

label

>

radio-group

>

view

>

<

view

class

="weui-btn-area"

>

<

button

class

="weui-btn"

type

="primary"

bindtap

="showtoptips"

>確定

button

>

view

>

如圖,寫預設值 時可以正常顯示 

使用js賦值方法,頁面for 迴圈毫無反映

正確使用this.setdata方法

微信小程式data陣列賦值

方法一 let array page onshow function obj.month dayarr i month obj.day dayarr i day array.push obj this setdata 第二種es6寫法 page addpeople onshow function o...

微信小程式問題

1.js中this物件 在一般的函式中 bindfachange1 function e this.setdata是正確的。但當在函式中有個請求 wx.request 時 formsubmit function e 這樣會報錯誤 this.setdata is not a function.解決方法...

微信小程式問題

一般情況下是權重的問題,可以在button的樣式class名前面再加一層父容器的樣式class wxml button wrap share button open type share button view wxss button wrap share button錯誤原因 一開始我只寫了.sh...