小程式之ecshop位址3級聯動

2021-07-27 09:25:10 字數 1058 閱讀 1310

picker標籤,官方給出的例項:

class="section">

class="section__title">地區選擇器view>

bindchange="bindpickerchange"

value="}"

range="}">

class="picker">

當前選擇:}

view>

picker>

view>

page(,

bindpickerchange: function(e) )

},})

wxml頁面:

收貨位址

bindpickerprovince" value="}" range="}" >}}

} js頁面:

province:,

province_id: , //後台返回的資料對應 region_id city,district 與此相同

province_name: , //後台返回的資料對應 region_name

provinceindex: 0, //wxml頁面選擇的選項,從0開始

provinceid: 0, //根據wxml頁面選擇的選項獲取到province_id: 對應的region_id

city:.

city_id: ,

city_name: ,

cityindex: 0,

cityid: 0,

district:,

if(res.data.consignee.province == res.data.province_list[i].region_id)

}}for(var i=0; ivar getid = event.detail.value //獲取到wxml選擇的選項對應的下標,從0開始

that.data.provinceid = that.data.province_id[getid] //根據獲取到的下標獲取到region_name對應的region_id

小程式之位址判斷

現在ipv4下用乙個32位無符號整數來表示,一般用點分方式來顯示,點將ip位址分成4個部分,每個部分為8位,表示成乙個無符號整數 因此不需要用正號出現 如10.137.17.1,是我們非常熟悉的ip位址,乙個ip位址串中沒有空格出現 因為要表示成乙個32數字 現在需要你用程式來判斷ip是否合法。輸入...

小程式之flex

display flex容器的屬性 flex direction flex wrap flex flow justify content align items align content flex direction屬性決定主軸的方向 即專案的排列方向 box flex direction屬性 r...

微信小程式獲取URL位址

var pages getcurrentpages 獲取載入的頁面 var currentpage pages pages.length 1 獲取當前頁面的物件 var url currentpage.route 當前頁面url var options currentpage.options 如果要...