小程式開發 購物車加減幾件demo

2022-03-16 20:21:59 字數 688 閱讀 4518

-

+

js: 

page(,

/* 點選減號 */

bindminus: function ()

// 只有大於一件的時候,才能normal狀態,否則disable狀態

var minusstatus = num <= 1 ? 'disabled' : 'normal';

// 將數值與狀態寫回

this.setdata();

},/* 點選加號 */

bindplus: function () );

},/* 輸入框事件 */

bindmanual: function (e) );

}})

css: 

/*全域性樣式*/

page

/*主容器*/

.stepper

/*加號和減號*/

.stepper text

/*數值*/

.stepper input

/*普通樣式*/

.stepper .normal

/*禁用樣式*/

.stepper .disabled

效果圖:

購物車小程式

coding utf 8 shp iphone 5000 offee 35 shoes 800 pric list e int input 請輸入賬戶金額 while true for i,p in enumerate shp print i,p 0 p 1 enther input 請輸入要購買的...

微信小程式 購物車數字加減

主要思路就是在data裡面定義乙個屬性,屬性值就是這個數量。點選 的時候就 1,點選 的時候就 1,再結合setdata更改這個數字。當數字等於1的時候,要給 的按鈕新增乙個disabled的屬性。wxml view class row item center button class buy nu...

Python購物車小程式

問題描述 商店有一系列商品,給出購買序列,然後輸入你的金額,然後選擇要購買的商品序號或是退出,如果持續購買餘額不足則提醒使用者餘額不足,然後如果使用者退出則列印使用者購買的商品列表,並列印使用者餘額。購物車程式 product list mac 9000 kindle 8000 tesla 9000...