@@ -40,6 +40,7 @@ Page({
*/
onShow: function () {
const count = this.data.login_count;
+ console.log(app.globalData.userInfo);
if (!app.globalData.userInfo && count <= 2) {
this.setData({
login_count: this.data.login_count+1
@@ -14,6 +14,16 @@ Page({
},
+ this.setData({
+ free_info: [],
+ summary: [],
+ cart_list: [],
+ all_checked: false,
+ allPrice: 0,
+ allGoodsPrice: 0,
+ hasmore: false,
+ curpage: 0
+ });
this.req_datas();
req_datas(){
@@ -135,7 +135,7 @@
.num_handle {
position: absolute;
bottom: 13rpx;
- right: 0;
+ right: 10rpx;
}
.handle_btn {
color: #ff4e4e;
@@ -155,7 +155,7 @@
.cancal_btn {
- right: 10rpx;
+ right: 20rpx;
top: 15rpx;
width: 40rpx;
height: 40rpx;