Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/sheepjs/shopro-uniapp
Browse files Browse the repository at this point in the history
  • Loading branch information
keleSalt committed Sep 4, 2023
2 parents e12e256 + cabfd18 commit cc90289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
1 change: 1 addition & 0 deletions sheep/platform/provider/wechat/miniProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const bindUserPhoneNumber = (e) => {
sessionId: uni.getStorageSync('sessionId'),
iv: e.iv,
encryptedData: e.encryptedData,
code: e.code,
}),
),
});
Expand Down
73 changes: 4 additions & 69 deletions sheep/ui/su-number-box/su-number-box.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,71 +185,6 @@
};
</script>
<style lang="scss" scoped>
// $box-height: 26px;
// $bg: #f5f5f5;
// $br: 2px;
// $color: #333;
// .uni-numbox {
// /* #ifndef APP-NVUE */
// display: flex;
// /* #endif */
// flex-direction: row;
// align-items: center;
// }
// .uni-numbox-btns {
// /* #ifndef APP-NVUE */
// display: flex;
// /* #endif */
// flex-direction: row;
// align-items: center;
// justify-content: center;
// // padding: 0 8rpx;
// width: 40rpx;
// height: 40rpx;
// background-color: $bg;
// /* #ifdef H5 */
// cursor: pointer;
// /* #endif */
// border-radius: 50%;
// }
// .uni-numbox__value {
// // margin: 0 2px;
// // background-color: $bg;
// width: 70rpx;
// height: $box-height;
// text-align: center;
// font-size: 26rpx;
// border-left-width: 0;
// border-right-width: 0;
// color: $color;
// }
// // .uni-numbox__minus {
// // border-top-left-radius: $br;
// // border-bottom-left-radius: $br;
// // }
// .uni-numbox__plus {
// // border-top-right-radius: $br;
// // border-bottom-right-radius: $br;
// background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
// .uni-numbox--text {
// color: $white;
// }
// }
// .uni-numbox--text {
// // fix nvue
// line-height: normal;
// font-size: 40rpx;
// font-weight: 300;
// color: $color;
// }
.uni-numbox .uni-numbox--disabled {
color: #c0c0c0 !important;
/* #ifdef H5 */
Expand All @@ -265,18 +200,18 @@
}
.uni-numbox__value {
width: 70rpx;
width: 74rpx;
text-align: center;
font-size: 26rpx;
font-size: 30rpx;
}
.cicon-move-round {
font-size: 36rpx;
font-size: 44rpx;
color: var(--ui-BG-Main);
}
.cicon-add-round {
font-size: 36rpx;
font-size: 44rpx;
color: var(--ui-BG-Main);
}
Expand Down

0 comments on commit cc90289

Please sign in to comment.