|
@@ -1,12 +1,13 @@
|
|
|
import { get,post } from "../../common/request.js"
|
|
|
import stylemap from "../../common/stylemap"
|
|
|
+import share from "../../common/share"
|
|
|
import pathmap from "../../common/pathmap"
|
|
|
import { retCartData } from "../../data/car"
|
|
|
import bindSearch from "../../module/search/search.js"
|
|
|
|
|
|
const app = getApp();
|
|
|
// pages/buy/buy.js
|
|
|
-Page({
|
|
|
+Page(Object.assign({
|
|
|
|
|
|
/**
|
|
|
* 页面的初始数据
|
|
@@ -301,4 +302,4 @@ Page({
|
|
|
var keys = this.data.keylist.join(" ");
|
|
|
this.submitsearchinfo({keys:keys});
|
|
|
}
|
|
|
-})
|
|
|
+},share))
|