Browse Source

上传

hfll
前端-胡立永 1 month ago
parent
commit
8a0a2f0d3b
7 changed files with 6 additions and 5 deletions
  1. BIN
      components/sn-swiper/.DS_Store
  2. +0
    -0
      doc/ad.png
  3. +2
    -2
      mixins/order.js
  4. +1
    -1
      pages/index/cart.vue
  5. +2
    -1
      pages_order/order/createOrder.vue
  6. BIN
      static/image/home/exclusive.png
  7. +1
    -1
      uni.scss

BIN
components/sn-swiper/.DS_Store View File


static/image/center/ad.png → doc/ad.png View File


+ 2
- 2
mixins/order.js View File

@ -13,9 +13,9 @@ export default {
let api = ''
// if([0, 1].includes(item.shopState)){
api = 'createOrderTwo'
// api = 'createOrderTwo'
// }else{
// api = 'createSumOrderAgain'
api = 'createSumOrderAgain'
// }
this.$api(api, {


+ 1
- 1
pages/index/cart.vue View File

@ -19,7 +19,7 @@
<view class="checkbox">
<uv-checkbox
:name="item.id"
activeColor="#A3D250"
activeColor="#eb3300"
size="40rpx"
icon-size="35rpx"
></uv-checkbox>


+ 2
- 1
pages_order/order/createOrder.vue View File

@ -425,7 +425,8 @@
<style scoped lang="scss">
.page {
overflow: auto;
padding-bottom: 300rpx;
.bac {
width: 100%;
height: 100px;


BIN
static/image/home/exclusive.png View File

Before After
Width: 141  |  Height: 36  |  Size: 3.6 KiB

+ 1
- 1
uni.scss View File

@ -12,7 +12,7 @@
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
$uni-color: rgb(235, 51, 0);
$uni-color: #eb3300;
/* 行为相关颜色 */
$uni-color-primary: #007aff;


Loading…
Cancel
Save