Commit 67cc2a1a by swl

gx

parent ea6c20f7
...@@ -31,6 +31,5 @@ new Vue({ ...@@ -31,6 +31,5 @@ new Vue({
el: "#app", el: "#app",
router, router,
store, store,
render: (h) => h(App), render: (h) => h(App),
}); });
...@@ -966,10 +966,16 @@ export default { ...@@ -966,10 +966,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText; let promiseText = that.$store.state.utils.promiseText;
let text = ""; let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有 // 单独所有、共同共有
text = promiseText.alone; text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { } else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有 // 按份共有
text = promiseText.together; text = promiseText.together;
......
...@@ -1113,10 +1113,16 @@ export default { ...@@ -1113,10 +1113,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText; let promiseText = that.$store.state.utils.promiseText;
let text = ""; let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有 // 单独所有、共同共有
text = promiseText.alone; text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { } else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有 // 按份共有
text = promiseText.together; text = promiseText.together;
...@@ -1125,6 +1131,7 @@ export default { ...@@ -1125,6 +1131,7 @@ export default {
} }
let arr = {}; let arr = {};
arr.promiseText = text; arr.promiseText = text;
console.log("--->", arr.promiseText);
arr.name = that.detail.name; arr.name = that.detail.name;
arr.idCard = that.detail.idCard; arr.idCard = that.detail.idCard;
arr.title = "用首套商品住房"; arr.title = "用首套商品住房";
......
...@@ -964,10 +964,16 @@ export default { ...@@ -964,10 +964,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText; let promiseText = that.$store.state.utils.promiseText;
let text = ""; let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有 // 单独所有、共同共有
text = promiseText.alone; text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { } else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有 // 按份共有
text = promiseText.together; text = promiseText.together;
......
...@@ -974,10 +974,16 @@ export default { ...@@ -974,10 +974,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText; let promiseText = that.$store.state.utils.promiseText;
let text = ""; let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有 // 单独所有、共同共有
text = promiseText.alone; text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { } else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有 // 按份共有
text = promiseText.together; text = promiseText.together;
......
...@@ -1133,10 +1133,16 @@ export default { ...@@ -1133,10 +1133,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText; let promiseText = that.$store.state.utils.promiseText;
let text = ""; let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有 // 单独所有、共同共有
text = promiseText.alone; text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") { } else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有 // 按份共有
text = promiseText.together; text = promiseText.together;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment