diff --git a/components/m-goods-list/common.vue b/components/m-goods-list/common.vue new file mode 100644 index 0000000..c4975f8 --- /dev/null +++ b/components/m-goods-list/common.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/components/m-goods-list/list.vue b/components/m-goods-list/list.vue index dfc6e89..2d9a4b2 100644 --- a/components/m-goods-list/list.vue +++ b/components/m-goods-list/list.vue @@ -101,12 +101,15 @@ diff --git a/components/m-goods-list/seckill.vue b/components/m-goods-list/seckill.vue new file mode 100644 index 0000000..4e7b834 --- /dev/null +++ b/components/m-goods-list/seckill.vue @@ -0,0 +1,190 @@ + + + + + diff --git a/config/api.js b/config/api.js index 4e4741c..e8461b2 100644 --- a/config/api.js +++ b/config/api.js @@ -4,8 +4,12 @@ */ // 开发环境 const dev = { - common: "https://common-api.pickmall.cn", - buyer: "https://buyer-api.pickmall.cn", + // common: "https://common-api.pickmall.cn", + // buyer: "https://buyer-api.pickmall.cn", + + common: "http://192.168.0.106:8890", + buyer: "http://192.168.0.106:8888", + }; diff --git a/manifest.json b/manifest.json index 9267136..4cc39c1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__EC9FD60", "description" : "", - "versionName" : "4.2.6", - "versionCode" : 4000260, + "versionName" : "4.2.5", + "versionCode" : 4000250, "transformPx" : false, "app-plus" : { "compatible" : { diff --git a/pages/promotion/bargain/list.vue b/pages/promotion/bargain/list.vue index 162d771..b80f856 100644 --- a/pages/promotion/bargain/list.vue +++ b/pages/promotion/bargain/list.vue @@ -88,10 +88,10 @@ page { diff --git a/plugins/APPUpdate/index.js b/plugins/APPUpdate/index.js index cfa6979..b980d1c 100644 --- a/plugins/APPUpdate/index.js +++ b/plugins/APPUpdate/index.js @@ -854,7 +854,8 @@ function downloadPopup(data, callback, cancelCallback, rebootCallback) { export default function (isPrompt = false) { getCurrentNo((version) => { getServerNo((res) => { - if (res.versionCode.replace(/\./g, "") <= version.version.replace(/\./g, "") ) { + + if (res.versionCode.replace(/\./g, "") <= version.version.replace(/\./g, "")) { return false; } diff --git a/static/buy.png b/static/buy.png new file mode 100644 index 0000000..e4accb0 Binary files /dev/null and b/static/buy.png differ diff --git a/uview-ui/libs/css/common.scss b/uview-ui/libs/css/common.scss index ffed482..201d271 100644 --- a/uview-ui/libs/css/common.scss +++ b/uview-ui/libs/css/common.scss @@ -109,63 +109,63 @@ text { } // 定义flex等分 -@for $i from 0 through 12 { - .u-flex-#{$i} { - flex: $i; - } -} +// @for $i from 0 through 12 { +// .u-flex-#{$i} { +// flex: $i; +// } +// } -// 定义字体(px)单位,小于20都为px单位字体 -@for $i from 9 to 20 { - .u-font-#{$i} { - font-size: $i + px; - } -} +// // 定义字体(px)单位,小于20都为px单位字体 +// @for $i from 9 to 20 { +// .u-font-#{$i} { +// font-size: $i + px; +// } +// } -// 定义字体(rpx)单位,大于或等于20的都为rpx单位字体 -@for $i from 20 through 40 { - .u-font-#{$i} { - font-size: $i + rpx; - } -} +// // 定义字体(rpx)单位,大于或等于20的都为rpx单位字体 +// @for $i from 20 through 40 { +// .u-font-#{$i} { +// font-size: $i + rpx; +// } +// } -// 定义内外边距,历遍1-80 -@for $i from 0 through 80 { - // 只要双数和能被5除尽的数 - @if $i % 2 == 0 or $i % 5 == 0 { - // 得出:u-margin-30或者u-m-30 - .u-margin-#{$i}, .u-m-#{$i} { - margin: $i + rpx!important; - } +// // 定义内外边距,历遍1-80 +// @for $i from 0 through 80 { +// // 只要双数和能被5除尽的数 +// @if $i % 2 == 0 or $i % 5 == 0 { +// // 得出:u-margin-30或者u-m-30 +// .u-margin-#{$i}, .u-m-#{$i} { +// margin: $i + rpx!important; +// } - // 得出:u-padding-30或者u-p-30 - .u-padding-#{$i}, .u-p-#{$i} { - padding: $i + rpx!important; - } +// // 得出:u-padding-30或者u-p-30 +// .u-padding-#{$i}, .u-p-#{$i} { +// padding: $i + rpx!important; +// } - @each $short, $long in l left, t top, r right, b bottom { - // 缩写版,结果如: u-m-l-30 - // 定义外边距 - .u-m-#{$short}-#{$i} { - margin-#{$long}: $i + rpx!important; - } +// @each $short, $long in l left, t top, r right, b bottom { +// // 缩写版,结果如: u-m-l-30 +// // 定义外边距 +// .u-m-#{$short}-#{$i} { +// margin-#{$long}: $i + rpx!important; +// } - // 定义内边距 - .u-p-#{$short}-#{$i} { - padding-#{$long}: $i + rpx!important; - } +// // 定义内边距 +// .u-p-#{$short}-#{$i} { +// padding-#{$long}: $i + rpx!important; +// } - // 完整版,结果如:u-margin-left-30 - // 定义外边距 - .u-margin-#{$long}-#{$i} { - margin-#{$long}: $i + rpx!important; - } +// // 完整版,结果如:u-margin-left-30 +// // 定义外边距 +// .u-margin-#{$long}-#{$i} { +// margin-#{$long}: $i + rpx!important; +// } - // 定义内边距 - .u-padding-#{$long}-#{$i} { - padding-#{$long}: $i + rpx!important; - } - } - } -} +// // 定义内边距 +// .u-padding-#{$long}-#{$i} { +// padding-#{$long}: $i + rpx!important; +// } +// } +// } +// }