skyblued %!s(int64=3) %!d(string=hai) anos
pai
achega
7ab7d121a0

+ 2 - 1
src/views/cart/cart-confirm/index.tsx

@@ -113,7 +113,8 @@ export default defineComponent({
       )
       const body = {
         cartIds: ids,
-        memberReceiveAddressId: address.value?.id
+        memberReceiveAddressId: address.value?.id,
+        platformType: state.platformType
       }
       try {
         let { code, data } = await request.post(

+ 3 - 2
src/views/shop-mall/goods-list/index.tsx

@@ -181,14 +181,15 @@ export default defineComponent({
                 />
               </div>
             </Col>
-            <Col
+            {/* <Col
               span={6}
               class={this.filterActive === 2 ? styles.active : ''}
               onClick={() => this.onFilter(2)}
             >
               销量
-            </Col>
+            </Col> */}
             <Col
+              style={{marginLeft: 'auto'}}
               span={6}
               class={styles.filterBtn}
               onClick={() => (this.filterListShow = true)}