@@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.caimei</groupId>
- <artifactId>caimei365-www</artifactId>
+ <artifactId>www</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>www</name>
<description>Demo project for Spring Boot</description>
@@ -110,6 +110,7 @@ var shoppingConfirm = new Vue({
_self.payInfo.orderShouldPayFee = r.data.totalPrice;
if(r.data.invoice){
_self.invoice = r.data.invoice;
+ _self.invoice.type = 0;
}
_self.getAddressList(_self.userId,20);
}else{